#12552 closed (fixed)
Adding a user from admin doesn't save password
Reported by: | Harro | Owned by: | nobody |
---|---|---|---|
Component: | contrib.auth | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When going to the admin site and adding a user the password field will contain: "!"
Then going to the change password form will set the password.
Attachments (1)
Change History (6)
comment:1 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Actually this is a valid ticket, Django's admin is broken in current trunk due to bug introduced with model-validation and documented in #12521.
comment:3 by , 15 years ago
Has patch: | set |
---|---|
Resolution: | invalid |
Status: | closed → reopened |
Yes, this is a valid ticket and although caused by #12521 can be resolved without it.
by , 15 years ago
Attachment: | 12552.diff added |
---|
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
I'm not sure what this ticket is about exactly. The user admin page works as intended - you can set the 'password' field manually if you want, in the form
[algo]$[salt]$[hexdigest]
as described on that page, but to actually set a password, the 'change password form' is much more useful.