Django

Code

Ticket #2329 (closed: duplicate)

Opened 2 years ago

Last modified 2 years ago

Allow password set on User's admin interface

Reported by: alang@bright-green.com Assigned to: adrian
Milestone: Component: django.contrib.admin
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

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.

Attachments

Change History

07/11/06 16:50:15 changed by adrian

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicate of #61.


Add/Change #2329 (Allow password set on User's admin interface)




Change Properties
Action