Summary | language selection in login screen |
Queue | Horde Base |
Queue Version | 3.0.4 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | chris-public (at) netcos (dot) ch |
Created | 07/21/2005 (7296 days ago) |
Due | |
Updated | 07/28/2005 (7289 days ago) |
Assigned | |
Resolved | 07/28/2005 (7289 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ language selection in login screen
Queue ⇒ Horde Base
New Attachment: loginlang.patch
login screen. The language always changes back to the one that is
configured in the nls.php or detected from HTTP_ACCEPT_LANGUAGE.
The request URL seems to be wrong, as the ampersand is encoded, e.g.:
http://host?Horde=...&new_lang=de_DE
instead of:
http://host?Horde=...&new_lang=de_DE
A patch of the file templates/login/login.inc fixes this problem, at
least for me. Maybe this is fixed in newer versions of Horde already.
The patch is included in the attachment.
Cheers,
Chris