Skip to content

Commit

Permalink
added missing call to validator for admin pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Sep 15, 2023
1 parent cfa0e62 commit 9014e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manager/manager/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ class Meta:
default="admin-password",
verbose_name=_lz("Admin password"),
help_text=_lz("To manage Clock, EduPi and Wikifundi"),
validators=[validate_admin_pwd],
)

branding_logo = ConvertedImageFileField(
Expand Down

0 comments on commit 9014e11

Please sign in to comment.