View source: R/reset_password_ui.R
reset_password_ui | R Documentation |
Displays UI for users to reset their password. In order for the password
reset feature to work credentials to a SMTP server must be passed to the
login_server()
function.
reset_password_ui(id)
id |
id unique ID for the Shiny Login module. |
a shiny
object containing the input fields for a user to reset their password.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.