#22627 closed Uncategorized (invalid)
Error when adding a new user through the admin and using custom user model.
Description ¶
I see a programming error when adding a user through the admin and using a custom user model. I believe this is caused in contrib/auth/forms.py on line 98 referring the auth.user model and not the custom user model.
Change History (2)
comment:1 by , 11 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Resolution: | wontfix → invalid |
---|
Note:
See TracTickets
for help on using tickets.
This is a duplicate of #20086 and #21407, which were closed as invalid.
The user creation form is working as documented. It depends on the user model, and must be re-written for any custom model.