Hi,
What would I need to change in login.html so the username is always sent as lowercase?
KP
Hi,
What would I need to change in login.html so the username is always sent as lowercase?
KP
Change the username field to a different name, and change the actual username field to be a hidden input.
Make a javascript that runs on submit which does the conversion and sets the value of the hidden input as the result of the script.
Thanks for the quick reply, would you have an example I have no clue about Javascript.
Thanks
This post does what you want, except it’s converting to upper case. To convert to lower case, change toUpperCase() to toLowerCase()
http://forum.mikrotik.com/t/ios-clients-capatlizing-username-and-or-password/69240/1