diff --git a/src/registrar/admin.py b/src/registrar/admin.py index 3aa9aea41..c3ce00889 100644 --- a/src/registrar/admin.py +++ b/src/registrar/admin.py @@ -29,7 +29,9 @@ logger = logging.getLogger(__name__) class MyUserAdminForm(UserChangeForm): - """This form utilizes the custom widget for its class's ManyToMany UIs.""" + """This form utilizes the custom widget for its class's ManyToMany UIs. + + It inherits from UserChangeForm which has special handling for the password and username fields.""" class Meta: model = models.User