Open hakim-miah opened 3 years ago
django-rest-auth is currently un-maintained; see: https://github.com/iMerica/dj-rest-auth for an alternative
Thanks for the reply. Yep, found that afterwards.
Kind Regards, Hakim
On Tue, 11 May 2021, 05:46 Matthew Burke, @.***> wrote:
django-rest-auth is currently un-maintained; see: https://github.com/iMerica/dj-rest-auth for an alternative
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Tivix/django-rest-auth/issues/642#issuecomment-837800494, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATMALMGJRXTZGBFNOY33NDTNCZBPANCNFSM43ZWXMVA .
Currently you need password1 and password2 when making an new account or newpass1 and newpass2.
This is not necessary or can be handled on the front end. Nowadays we have "show password" on the one field.
Thoughts? I might have a go raising a PR on this...