diff --git a/modules/setup/application/forms/AuthBackendPage.php b/modules/setup/application/forms/AuthBackendPage.php index ceeb08ed7..c9116fbb5 100644 --- a/modules/setup/application/forms/AuthBackendPage.php +++ b/modules/setup/application/forms/AuthBackendPage.php @@ -93,7 +93,8 @@ class AuthBackendPage extends Form 'multiOptions' => array( 'ldap' => 'LDAP', 'msldap' => 'ActiveDirectory' - ) + ), + 'value' => isset($formData['backend']) ? $formData['backend'] : null ) ); } else { // $this->config['type'] === 'external'