User tests: Successful: Unsuccessful:
Pull Request for Issue #44644 .
When logging in, you can enter your email address instead of your username. If an email address is used, the plugin checks the email address and retrieves the username from the system.
When logging in, enter the email address you used to register as your username.
Login is not permitted because a user name must be entered.
Login is permitted.
Please select:
[] Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Labels |
Added:
PR-5.3-dev
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-09-09 09:07:43 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
Feature
|
I didnt know that Joomla not check that you cant use an email as a user name. :)
user2: username=myemail@whatever.org, email=otheremail@whatever.org
if Joomla check that you can n o t use an email as user name (... @....xxx ) then why cant this solution work?
I didnt know that Joomla not check that you cant use an email as a user name. :)
it doesnt check - thats why Robert's comment is important
Thanks for suggesting the change, but this is not th right way of doing it. With your change I can register two users:
user1: username=user1, email=myemail@whatever.org
user2: username=myemail@whatever.org, email=otheremail@whatever.org
if I now try to login with myemail@whatever.org I have two possible results not knowing who is the right one.