Skip to content

fix(auth): declare 'loginparams' capability so the server selector works regardless of auth driver#91

Open
jcdelepine wants to merge 2 commits into
horde:FRAMEWORK_6_0from
jcdelepine:fix/imp-server-selector-login
Open

fix(auth): declare 'loginparams' capability so the server selector works regardless of auth driver#91
jcdelepine wants to merge 2 commits into
horde:FRAMEWORK_6_0from
jcdelepine:fix/imp-server-selector-login

Conversation

@jcdelepine

Copy link
Copy Markdown
Contributor

IMP_Application::authLoginParams() (which builds the server selector when $conf['server']['server_list'] = 'shown') was only reachable via Horde_Core_Auth_Application::getLoginParams() when the Horde auth driver was 'application' pointed at imp. Declaring 'loginparams' in $auth lets horde/base's LoginService/login.php resolve these params independently, via hasCapability('loginparams').

works regardless of auth driver

IMP_Application::authLoginParams() (which builds the server selector
when $conf['server']['server_list'] = 'shown') was only reachable via
Horde_Core_Auth_Application::getLoginParams() when the Horde auth
driver was 'application' pointed at imp. Declaring 'loginparams' in
$auth lets horde/base's LoginService/login.php resolve these params
independently, via hasCapability('loginparams').
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant