Add option to select horde default email
Similar to adding the following line to /usr/share/psa-horde/login.php (which of course gets overwritten on Plesk upgrade):
if (empty($vars->newlang)) {
$vars->newlang = 'en_GB'; // Default to GB English
}
Unfortunately, we have to close your request, because over the years it has not become quite popular for further implementation.
—
IG
-
brainforge commented
It forces language default to EN_GB
Horde has a session cookie which maintains the default language for that session.
This change forces default to EN_GB regardless of previous user setting.
Place before line 93 - if (!$is_auth && !$prefs->isLocked('language') && $vars->new_lang)Ideally would want the default set to EN_GB in configuration and maintained through Plesk ipdates.