module-chpass {shinydbauth} | R Documentation |
Change password module
Description
Change password module
Usage
chpass_ui(id, tag_img = NULL, status = "primary", lan = NULL)
chpass_server(
input,
output,
session,
update_credentials,
validate_pwd = NULL,
use_token = FALSE,
lan = NULL
)
Arguments
id |
Module's id. |
tag_img |
A |
status |
Bootstrap status to use for the panel and the button.
Valid status are: |
lan |
An language object. Should not be used directly. |
input , output , session |
Standard Shiny server arguments. |
update_credentials |
A |
validate_pwd |
A |
use_token |
Add a token in the URL to check authentication. Should not be used directly. |