Opened 4 years ago
Closed 4 years ago
#32510 closed New feature (wontfix)
Add option to hide the password change link in the admin site.
Reported by: | Men770 | Owned by: | Men770 |
---|---|---|---|
Component: | contrib.admin | Version: | 4.0 |
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
I want to add option to hide the 'Change Password' link to Django Admin.
Note:
See TracTickets
for help on using tickets.
This is quite niche and a new flag is not necessary. You can always override the
userlinks
block.