jcugat / django-custom-user

Custom user model for Django with the same behaviour as the default User class but with email instead of username.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password field showing as editable in admin when extending EmailUser

Plorenzo opened this issue · comments

I created a class UserData(AbstractEmailUser): , is working fine but when i go to the admin to change a field, the password field is editable:

screen shot 2014-08-11 at 20 56 57

Instead of showing the hash and the change password link. If i go to the admin with the default EmailUser works well.

screen shot 2014-08-11 at 20 55 29

I have improved the documentation regarding this, you can check it here: https://github.com/jcugat/django-custom-user#extending-emailuser-model