#LoginForm A custom login form which can be used as an alternative to the default Mendix login page.
For more information on contributing to this repository visit Contributing to a GitHub repository!
- Use this widget to login from any page in your Mendix application
- A link to open a 'Forgot my password' page
- Insert the widget in a page
- Configure the properties
- 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
- 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)
- 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
- 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
- Mendix runtime returns no feedback about the existence of a username. This is by design.