mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
remove password field from user admin
This commit is contained in:
parent
bc26049a55
commit
4737f06641
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ class MyUserAdmin(BaseUserAdmin):
|
|||
fieldsets = (
|
||||
(
|
||||
None,
|
||||
{"fields": ("username", "password", "status")},
|
||||
{"fields": ("username", "status")},
|
||||
),
|
||||
("Personal Info", {"fields": ("first_name", "last_name", "email")}),
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue