UI for the Sign In & Register pages when a user invite is required to Register & Sign In.
sign_in_module_ui(
id,
register_link = "First time user? Register here!",
password_reset_link = "Forgot your password?"
)
the sign in module UI.
the Shiny module id
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.
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.