View source: R/sign_in_module.R
sign_in_module_ui | R Documentation |
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?"
)
id |
the Shiny module |
register_link |
The text that will be displayed in the link to go to the
user registration page. The default is |
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 |
the sign in module UI.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.