Skip to content

A custom login which can be used as an alternative to the default Mendix login page

License

Notifications You must be signed in to change notification settings

GREdens/LoginForm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#LoginForm A custom login form which can be used as an alternative to the default Mendix login page.

Contributing

For more information on contributing to this repository visit Contributing to a GitHub repository!

Features and limitations

  • Use this widget to login from any page in your Mendix application
  • A link to open a 'Forgot my password' page

Configuration

  • Insert the widget in a page
  • Configure the properties

Properties

Display

  • Username placeholder - Standard text to be displayed in username field
  • Password placeholder - Standard text to be displayed in password field
  • 'Login' button caption - Text to be displayed on login button
  • Progress bar caption - Text to display in progress bar, displayed while login request executes
  • Empty username/password message - Feedback message shown when a user didn't provide all credentials
  • 'Forgot password' link text - Text to use in Forgot password link

Behaviour

  • Show progress bar - Display a progress bar while signing in
  • Forgot password microflow - Microflow being triggered in case of 'forgot password' onclick
  • Focus username input field - Move focus to username field when the form is showed (only use this if it is not done automatically)

Mobile

  • Auto capitalize - Enables/disables auto capitalize functionality on username input field for mobile devices
  • Auto correct - Enables/disables auto correct functionality on username input field for mobile devices

Password

  • Show/mask password toggle - Adds a toggle button to show/mask password.*
  • 'Show password' button caption - The caption that is used for the show button for the value of the password
  • 'Mask password' button caption - The caption that is used for the hide button for the value of the password
  • 'Show password' button image - Optional image to be displayed in 'Show password' button
  • 'Mask password' button image - Optional image to be displayed in 'Mask password' button

Known issues

  • Mendix runtime returns no feedback about the existence of a username. This is by design.

About

A custom login which can be used as an alternative to the default Mendix login page

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%