mirror of
https://github.com/requarks/wiki.git
synced 2026-03-02 22:57:36 -05:00
Login field is case sensitive #282
Labels
No labels
BETA
BETA
accessibility
backlog
bug
can't replicate
contrib-easy
contrib-hard
contrib-medium
deferred
documentation
duplicate
duplicate
editors
enhancement
invalid
localization
migrate
ui
under review
v3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wiki#282
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Feb 23, 2018).
Originally assigned to: @NGPixel on GitHub.
Actual behavior
Login field (when using local user database) is case sensitive. Example:
Created account: Andrew.Golota@github.com / Test123
Try to log in: Andrew.Golota@github.com / Test123 | success
Try to log in: andrew.golota@github.com / Test123 | failed
Expected behavior
Due to best practices login shouldn't be case sensitive.
Created account: Andrew.Golota@github.com / Test123
Try to log in: Andrew.Golota@github.com / Test123 | success
Try to log in: andrew.golota@github.com / Test123 | success
@NGPixel commented on GitHub (Feb 23, 2018):
While it's an easy fix, I won't apply it to the 1.x version, as users may already have non-lowercase emails in their DB. This could prevent some users from logging in after an upgrade.
However, this has been addressed in 2.x.