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