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!")
id | Shiny id |
---|---|
title | header title for the login panel |
user_title | label for the user name text input |
pass_title | label for the password text input |
login_title | label for the login button |
error_message | message to display after failed login |
Shiny UI
Call via loginUI("your_id")