You need to:
- Create your “UserAdmin” class inheriting from the system’s UserAdmin class (
django.contrib.auth.admin.UserAdmin
) - Unregister the default User admin registration
- Register your new UserAdmin class for the User model
You need to:
django.contrib.auth.admin.UserAdmin
)