Skip to content

Commit

Permalink
Increase maximum email password length
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrosst authored Dec 21, 2023
1 parent 37bae99 commit 02b6dc4
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 02b6dc4

Please sign in to comment.