Skip to content

Commit

Permalink
Merge pull request #995 from tgrosst/email-password-length
Browse files Browse the repository at this point in the history
Increase maximum email password length
  • Loading branch information
jgyates authored Dec 21, 2023
2 parents 37bae99 + 02b6dc4 commit 17671b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genserv.py
Original file line number Diff line number Diff line change
Expand Up @@ -3438,7 +3438,7 @@ def ReadSettingsFromFile():
302,
"password",
"",
"max:50",
"max:70",
MAIL_CONFIG,
MAIL_SECTION,
"email_pw",
Expand Down

0 comments on commit 17671b5

Please sign in to comment.