loginUI: loginUI

Description Usage Arguments Details Value Note Author(s)

Description

Create an personalized log in to a web page

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
loginUI(
  id,
  image_href,
  title,
  error_message,
  company_name,
  href_new_user,
  header = NULL,
  sidebar = NULL,
  body = NULL,
  rightsidebar = NULL
)

Arguments

id

module id

image_href

url-link of an image to show in the log-in pannel and the load part

title

string of text to show in the title header

error_message

message string to show when your password is incorrect

company_name

name of your company to show in the footer sign up and in the load part

href_new_user

reference link in case of not log-in (sign up link)

header

header of the dashboardPagePlus

sidebar

sidebar of the dashboardPagePlus

body

body of the dashboardPagePlus

rightsidebar

rightsidebar of the dashboardPagePlus

Details

This function allows you to create an interactive personalized log-in webpage

Value

"This function returns two possible UI:"

Note

Use this function at the same time with the function loginOutput.

Author(s)

Eduardo Trujillo


1Edtrujillo1/udeploy documentation built on July 13, 2021, 9:12 p.m.