inputlogic / django-api-starter

Boilerplate for starting Django DRF / API projects
2 stars 0 forks source link

Fix link to user password change in admin #31

Closed weslord closed 4 years ago

weslord commented 5 years ago

Currently broken by authtools, this replaces the form with the built-in Django version.

weslord commented 5 years ago

I think I was trying to solve some admin bug in #9, but authtools was already being used for a long time by that point, see #1.

@adriaanwm would have a better answer to your question of why.

weslord commented 4 years ago

@staydecent I'm 99% sure authtools is just to get emails-as-usernames.