reset_password_ui {login}R Documentation

UI for resetting password.

Description

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.

Usage

reset_password_ui(id)

Arguments

id

id unique ID for the Shiny Login module.

Value

a shiny object containing the input fields for a user to reset their password.


[Package login version 0.9.3 Index]