Changes between Initial Version and Version 2 of Ticket #33712
- Timestamp:
- May 21, 2022, 2:47:32 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33712
- Property Has patch unset
- Property Resolution → wontfix
- Property Status new → closed
- Property Summary Auth with Email → Changing a default auth implementation to use email instead of username.
- Property Type Cleanup/optimization → New feature
-
Ticket #33712 – Description
initial v2 1 1 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 . 2 So I think 2 So I think, 3 3 4 4 1) default method should be email + password. … … 6 6 3) method should be changeable by settings(uName+password , email+password , uName , password ,any other) 7 7 4) if possible Allauth default integration (with methods like :- normal auth(without admin) , normal+admin auth ) 8 9 should be .