Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#22627 closed Uncategorized (invalid)

Error when adding a new user through the admin and using custom user model.

Reported by: jacobeharding@… Owned by: nobody
Component: Uncategorized Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

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 alasdair, 10 years ago

Resolution: wontfix
Status: newclosed

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.

comment:2 by anonymous, 10 years ago

Resolution: wontfixinvalid
Note: See TracTickets for help on using tickets.
Back to Top