Login form helper widget - changing JS from blur to on click event

0
Good day,  Does anyone know how I can change the JS code on the Login form helper widget to only execute upon clicking the login button and not when leaving the text box.  The reason being is that I do not want the user to see the username being lowercased. Thank you.
asked
1 answers
0

I created that widget and the behavior is intentional. The user name needs to be lowercased to prevent case issues with the user name while logging in. Why do you want to hide this from the user?

answered