Changes between Initial Version and Version 2 of Ticket #33712


Ignore:
Timestamp:
May 21, 2022, 2:47:32 AM (2 years ago)
Author:
Chathura Madusanka
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33712

    • Property Has patch unset
    • Property Resolutionwontfix
    • Property Status newclosed
    • Property Summary Auth with EmailChanging a default auth implementation to use email instead of username.
    • Property Type Cleanup/optimizationNew feature
  • Ticket #33712 – Description

    initial v2  
    11As 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 
     2So I think,
    33
    441) default method should be email + password.
     
    663) method should be changeable by settings(uName+password , email+password , uName , password ,any other)
    774) if possible Allauth default integration (with methods like :- normal auth(without admin) , normal+admin auth )
     8
     9should be .
Back to Top