User tests: Successful: Unsuccessful:
Pull Request for Issue #42374.
When typing in the email adress and accidentally adding a space at the front, the process fails. See the original issue linked above.
I read the original issue and I'm not sure if this is a bug or a feature or if we even want to interfer this way with this, but I decided to create a PR anyway, since it is easier to discuss with code directly instead of hypotheticals.
Type in your email adress with a space at the beginning.
Password reset fails.
Password reset works.
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 com_users |
Personaly this is expected and intended behaviour and should not be accepted
would move it to 5.2, btw. if you already trim the email you could lowercase it too in php but I think it doesn't has an performance impact in sql
Title |
|
Labels |
Added:
Feature
PR-4.4-dev
PR-5.2-dev
|
I have tested this item ? unsuccessfully on 95be583
Firefox doesn't see it as an email address when I type in a space first.
Google Chrome does, and before AND after applying the patch, I get a message that the email is sent.
I have tested this item ✅ successfully on 95be583
Tested successfully with 5.2-dev
Email was sent before and after applying patch - in theory, because I tested on a PBF server site that didn't send emails at all. So maybe the unsuccessful test should be removed.
So maybe the unsuccessful test should be removed
mark "not tested" at issue trackerand "submit test result".
I have not tested this item.
Yayyy, that worked, thanks.
This pull request has been automatically rebased to 5.3-dev.
Title |
|
I remember I looked at this issue at PBF but could not replicate it for some reasons. If we want to trim space like this, I think we should add
filter="TRIM"
to the field, beforevalidate="email"
https://github.com/joomla/joomla-cms/blob/4.4-dev/components/com_users/forms/reset_request.xml#L10 instead