From b7871dfa4eff0d80b578a85bf88ebc7d0d88e507 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 15 Jun 2019 20:58:23 +0200 Subject: [PATCH] install_postfixadmin.sh: add missing ';' at writing file 'config.local.php'. --- install_postfixadmin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_postfixadmin.sh b/install_postfixadmin.sh index 95a0064..9b45db5 100755 --- a/install_postfixadmin.sh +++ b/install_postfixadmin.sh @@ -2020,8 +2020,8 @@ function adjust_plang_hook(\$PALANG, \$language) { \$PALANG['x_password_not_allowed'] = 'Die Zeichen \'¿¡§\' sind nicht erlaubt.'; break; default: - \$PALANG['x_password_no_special_characters'] = 'Your password must contain at least %s special character (!~@#$^&*();\\':",.<>[]{}|=-+_).'; - \$PALANG['x_password_not_allowed'] = 'Characters \'¿¡§\' are not allowed.' + \$PALANG['x_password_no_special_characters'] = 'Your password must contain at least %s special character (!?~@#$^&*();\\':",.<>[]{}|=-+_).'; + \$PALANG['x_password_not_allowed'] = 'Characters \'¿¡§\' are not allowed.'; } return \$PALANG; }