Month: January 2014
-
Horde Recipe: Storing the last login language
A simple Horde Hook to store the last chosen login value in a user preference. You can use this for example to determine in which language automatic messages by cron job or daemon should be sent. // // APPLICATION AUTHENTICATED HOOK: See above for format. public function appauthenticated() { global $language; global $prefs; if ($language)…