generated from smedev/Template-for-SMEServer-Core-Package
* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user