Forums
(@edi72162)
11 years, 11 months ago
Admin login is disabled in 1.0.7. To enable it change the line in ldap_login_password_and_role_manager.php from
if ( $username.'x' == 'x' <strong>|| </strong>strtolower($username).'x' == 'adminx' ) {
to
if ( $username.'x' == 'x' ) {