Case insensitive login

1
Dear all, We are using the default login controls for a responsive website: Login ID Textbox, Password Textbox and Sign-in button. The validation process now is case sensitive, so logging in using the email account ‘example@mendix.com’ differs from ‘Example@Mendix.com’. We do not want this, we want the login ID to be case insensitive. Is this possible?  I found a nice article of Bart Groot but this code is not valid anymore since we are using Mendix 9.  Any suggestions? Kind regards, Mark de Rover
asked
1 answers
3

Use my login form helper widget to change the login name to lower case:

https://marketplace.mendix.com/link/component/107615

Please make sure your login name values in the database are also in lowercase!

answered