Single quotes in password.
-
I was having problems with a user and we traced it to a ‘ in her password.
I was able to fix it by adding this:
Line 230 in Simple-LDAP-Login.php
$password = stripslashes( $password ); $auth_result = $this->ldap_auth($username, $password, $this->get_setting('directory') );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Single quotes in password.’ is closed to new replies.