[horde] SOLVED: disable Language selction
Andreas Schulze
sca at andreasschulze.de
Sun Apr 20 22:33:41 UTC 2014
Jan Schneider:
> we use exactly the same check in the mobile and non-mobile login
> screen whether to display the drop down, see line 334 in
> horde/login.php and line 51 in horde/templates/login/login.inc.
to disable the language selection on login I add to
horde/config/prefs.local.php
$_prefs['language']['value'] = 'de_DE';
$_prefs['language']['locked'] = true;
looks like also some files where cached and needed to expire...
Andreas
More information about the horde
mailing list