View source: R/deprecated_login_UI.R
login_UI | R Documentation |
It need to be used in conjuction with login_server()
function and is suggested to be used alongside password_reset_UI()
and register_UI()
for full potential.
This function creates a UI div() element containing informations and input necessary for user to log-in. As it outputs a div() element, you can put it inside container of your choosing (be it some tabItem, fluidPage, fluidRow etc.)
login_UI(id = "login_system", lang = "en", custom_txts = NULL)
id |
the id of the module. Defaults to "login_system" for all of the modules contained within the package. If you plan to use serveral login systems inside your app or for any other reason need to change it, remember to keep consistent id for all elements of module. |
lang |
specifies the app used language. Accepts "en" or "pl". Defaults to "en" |
custom_txts |
named list containing customized texts. For more details, see documentation for 'reglog_txt'. Provided list can contain only elements used by this function, but it is recommended to provide the same list for every 'shiny.reglog' function |
'tags$div' containing all elements for login procedure
login_server() for more details and example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.