Summary | Not possible to chose mode on login. |
Queue | Horde Base |
Queue Version | Git master |
Type | Bug |
State | Unconfirmed |
Priority | 2. Medium |
Owners | |
Requester | o+horde (at) immerda (dot) ch |
Created | 07/06/2020 (1773 days ago) |
Due | |
Updated | 07/06/2020 (1773 days ago) |
Assigned | |
Resolved | |
Milestone | |
Patch | Yes |
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Not possible to chose mode on login.
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ Yes
the User selects a mode on the login form (ie. setting
horde_select_view), it gets always overwritten by 'auto'.
We tracked down the issue to "loadPrefs" being called before the
session is initialized, which triggers a second auth request, but
dropping some parameters. One of them being the selected view.
We proposed a patch at https://github.com/horde/Core/pull/8 but did
not hear back so far.