Defect #27754
Strip whitespace from email addresses on lost password page
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Accounts / authentication | |||
Target version: | 3.4.4 | |||
Resolution: | Fixed | Affected version: |
Description
Sometimes people will not notice that they copied and pasted or inadvertently entered a whitespace when entering their email address in the lost password page. This currently leads to no password recovery being sent as the whitespaces will prevent a user from being found.
Related issues
Associated revisions
Fix: Strip whitespace from email addresses on lost password page (#27754).
Patch by Felix Schäfer.
History
#1
Updated by Felix Schäfer over 4 years ago
- File 27754.patch
added
The attached patch provides a test and strips whitespace from the entered email address.
#2
Updated by Jan from Planio www.plan.io over 4 years ago
- Target version set to Candidate for next minor release
#3
Updated by Go MAEDA over 4 years ago
- Tracker changed from Feature to Defect
- Target version changed from Candidate for next minor release to 3.4.4
Sometimes users say "Lost password page is not working". I understood the reason by seeing this patch!
Setting target version to 3.4.4.
#4
Updated by Go MAEDA over 4 years ago
- Assignee set to Go MAEDA
#5
Updated by Go MAEDA over 4 years ago
- Status changed from New to Resolved
#6
Updated by Marius BALTEANU over 4 years ago
- Related to Defect #22532: Strip whitespace from login on login page added
#7
Updated by Marius BALTEANU over 4 years ago
I think that we should fix also the related issue (#22532) because is almost on the same topic.
#8
Updated by Go MAEDA over 4 years ago
- Status changed from Resolved to Closed
- Resolution set to Fixed
Commited in the trunk and merged to 3.4-stable. Thank you for detecting and fixing this issue.