@remidk
Are there any special characters in the Usernames failing during Login?
The Wrong password error message can be both Username and Password errors.
Thread Starter
remidk
(@remidk)
@missveronicatv thanks for your answer ! Yes @ and . they used email addresses. But many other users did the same thing and don’t have this issue. Do you think that could still be the problem ?
@remidk
Have you some examples of usernames/user_logins which fail during Login?
Thread Starter
remidk
(@remidk)
@missveronicatv for example someone has “jlyelitchitch@vosgelis.fr” for user_login and his personal email for email. With his personal email its works but not with his user_login. If I try exactly the same but with my email address for user_login, it works
@remidk
Which UM predefined fields are you using for the Login page?
Thread Starter
remidk
(@remidk)
@missveronicatv username and password
@remidk
This works as expected.
You are probably using the meta_key username for your Logins
With his personal email its works but not with his user_login.
If I try exactly the same but with my email address for user_login, it works
There are two fields possible with Username Logins but one also for Email login.
The possible meta_keys for the User Logins are:
1. username
Login with user_login or user_email values and an entered email address will validate the User against registered user_email fields and “personal email” will be used.
If you add your “personal email” as the user_login User validation will still be made against the user_email fields.
2. user_login
User validation is always using the user_login fields and never user_email fields
3. user_email
User validation is always using the user_email fields and never user_login fields
-
This reply was modified 1 year, 11 months ago by
missveronica.
Thread Starter
remidk
(@remidk)
@missveronicatv thanks for your answer. If I understand, because of the format, Ultimate Member thinks the login is an email ? It could explain why it doesn’t work, but I don’t understand why 95% of the users can connect and 5% can’t. Everyone use a mail address as login. I’ll try to check the request when I come back to work. Maybe it can help 🙂