-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trim username on customer account login page #15365
Trim username on customer account login page #15365
Conversation
Thanks @vgelani |
Hi @dankhrapiyush, thank you for collaboration. |
@VladimirZaets Removed trimUsername declaration from I'm not getting why the Travis CI build could not complete. Thank you. |
@dankhrapiyush thanks. Currently, we have some problem with Travis. It isn't PR problem. |
@VladimirZaets Okay, Thank you. |
Hi @dankhrapiyush. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
Trim email address on customer account login page generally when copy and paste.
Description
Trim email address by remove leading or trailing space on the customer account login page email field.
Fixed Issues (if relevant)
Manual testing scenarios
" johndoe@domain.com "
and paste in the Email field. It will automatically remove leading or trailing space.Contribution checklist