Opened 19 years ago
Closed 19 years ago
#3166 closed enhancement (fixed)
[patch] Change password form
| Reported by: | Chris Beaven | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | contrib.admin | Version: | |
| Severity: | normal | 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
Currently, the admin app allows for entering passwords when adding new users.
We should be able to change the password for users too.
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | change_password.patch added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4266]) Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch, SmileyChris