Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Dec 19, 2023
1 parent ebc0af3 commit 93324c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class UserAdmin(UserAdmin_):
admin_field = list(UserAdmin_.fieldsets)
admin_field[0][1]["fields"] = (
"username",
) # passwords are not controlled by scavenger. So we don't need this field.
) # Scavenger does not control or store passwords. So, we don't need this field.
admin_field[2][1]["fields"] = tuple(
["send_to_admin"] + list(admin_field[2][1]["fields"])
)
Expand Down

0 comments on commit 93324c9

Please sign in to comment.