sign_in_module_ui: UI for the Sign In & Register pages

View source: R/sign_in_module.R

sign_in_module_uiR Documentation

UI for the Sign In & Register pages

Description

UI for the Sign In & Register pages when a user invite is required to Register & Sign In.

Usage

sign_in_module_ui(
  id,
  register_link = "First time user? Register here!",
  password_reset_link = "Forgot your password?"
)

Arguments

id

the Shiny module id

register_link

The text that will be displayed in the link to go to the user registration page. The default is "First time user? Register here!". Set to NULL if you don't want to use the registration page.

password_reset_link

The text that will be displayed in the link to go to the receive an email to reset your password. The default is "Forgot your password?". Set to NULL if you don't want to use the registration page.

Value

the sign in module UI.


polished documentation built on Feb. 16, 2023, 8:02 p.m.