Opened 3 years ago
Last modified 3 years ago
#33712 closed New feature
Auth with Email — at Initial Version
Reported by: | Chathura Madusanka | Owned by: | nobody |
---|---|---|---|
Component: | contrib.auth | Version: | 4.0 |
Severity: | Normal | Keywords: | auth allauth |
Cc: | auth, allauth | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As of now(2022/5/16) almost all websites that gives login functionality to users Use Email + password method. But Django uses username + password method. I feel like that is wrong .
So I think
1) default method should be email + password.
2) Email verification methods should also be included and managed by settings
3) method should be changeable by settings(uName+password , email+password , uName , password ,any other)
4) if possible Allauth default integration (with methods like :- normal auth(without admin) , normal+admin auth )