#2329: Allow password set on User's admin interface
------------------------------------+---------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Admin interface | Version:
Severity: normal | Keywords:
------------------------------------+---------------------------------------
The password field that currently appears on the admin page for "User" is
the field with the hashed value in it. It is difficult to set or reset a
user's password with this page, because it requires generating the correct
string in a Python interpreter shell and cutting and pasting it into the
field. Overall, it is just simpler to use the raw User.set_password()
function in a shell.
This request is for an additional "password" field on the admin interface.
When a value is entered into this field, it is used to set the user's
password. The old password field should then be renamed "password hash"
and be hidden by default.
--
Ticket URL: <http://code.djangoproject.com/ticket/2329>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---