Make username toLowerCase on login

1
This old topic describes the problem I have. The solution is to change the javascript login. I don't know where to do this. I am using the Login Form widget from the appstore. How and where can I change the javascript login? Edit: Found the javascript in LoginForm.js. and added user = this._userInput.value; user = user.toLowerCase();
asked
0 answers