Shiny UI Module for use with login
loginUI(
id,
title = "Please log in",
user_title = "User Name",
pass_title = "Password",
login_title = "Log in",
error_message = "Invalid username or password!",
additional_ui = NULL,
cookie_expiry = 7
)Shiny id
header title for the login panel
label for the user name text input
label for the password text input
label for the login button
message to display after failed login
additional shiny UI element to add below login button. Wrap multiple inside shiny::tagList()
number of days to request browser to retain login cookie
Shiny UI
Call via loginUI("your_id")