mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 16:45:55 +03:00
[GH-ISSUE #210] Allow email login #188
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#188
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 @perguth on GitHub (Jun 15, 2015).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/210
Chrome expects the default login to be the email address (respectively does not recognize that nsupdate wants to have it differently).
To reproduce:
@izaim commented on GitHub (Sep 8, 2015):
I had this problem too, opened and closed an issue about this because yours is more detailed. Hope they improve that, thanks.
@ThomasWaldmann commented on GitHub (Dec 28, 2015):
The code evaluating that form's content is in
django.contrib.auth.views.login(so, it is not our code).Also, I find it a bit stupid that chrome behaves that way, esp. since the form id / label does not say anything about "mail" or "email", but about "username".
@ThomasWaldmann commented on GitHub (Apr 17, 2023):
One can use the email address also as username for the service, so guess that solves it.