Learn R Programming

polished (version 0.8.1)

send_password_reset_email_module_ui: the UI for a Shiny module to send a password reset email

Description

the UI for a Shiny module to send a password reset email

Usage

send_password_reset_email_module_ui(id, link_text = "Forgot your password?")

Value

the UI to create a password reset link.

Arguments

id

the Shiny module id

link_text

text to use for the password reset link.