Feature PR-5.3-dev Pending

User tests: Successful: Unsuccessful:

avatar LukasHH
LukasHH
8 Sep 2025

Pull Request for Issue #44644 .

Summary of Changes

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.

Testing Instructions

When logging in, enter the email address you used to register as your username.

Actual result BEFORE applying this Pull Request

Login is not permitted because a user name must be entered.

Expected result AFTER applying this Pull Request

Login is permitted.

Link to documentations

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

avatar LukasHH LukasHH - open - 8 Sep 2025
avatar LukasHH LukasHH - change - 8 Sep 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 8 Sep 2025
Category Front End Plugins
avatar LukasHH LukasHH - change - 8 Sep 2025
Labels Added: PR-5.3-dev
avatar rdeutz rdeutz - change - 9 Sep 2025
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2025-09-09 09:07:43
Closed_By rdeutz
Labels Added: Feature
avatar rdeutz rdeutz - close - 9 Sep 2025
avatar rdeutz
rdeutz - comment - 9 Sep 2025

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.

avatar ssnobben
ssnobben - comment - 9 Sep 2025

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?

avatar brianteeman
brianteeman - comment - 9 Sep 2025

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

Add a Comment

Login with GitHub to post a comment