* Mon Nov 03 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-11.sme

- set password_charset to UTF-8 [SME: 13256]
This commit is contained in:
2025-11-03 00:25:58 -05:00
parent 17f861165f
commit 9d90a0763c
2 changed files with 5 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ $config['mail_domain'] = '{$DomainName}';
// Password charset.
// Use it if your authentication backend doesn't support UTF-8.
// Defaults to ISO-8859-1 for backward compatibility
$config['password_charset'] = 'ISO-8859-1';
$config['password_charset'] = 'UTF-8';
// How many seconds must pass between emails sent by a user
$config['sendmail_delay'] = 0;