Subject: | If user is not active, it produces 2 errors |
When a user that is not active in the DB tries to login, it logs 2 errors:
User '$user' is not active for auth realm $realm.
AND
Apache2::AuthCookieDBISQLlog: crypt passwords didn't match for user
$user for auth realm $realm
This should not hit the 2nd check when a user is not active, and should
instead return from the module.