Freebsd, with apache 2.2
In the apache error log it keeps saying "user not found" and the user exist in the database
And the user have access to the database, because it works on another web app.
Where is typo?
AuthName "Test" AuthType Basic AuthUserFile /dev/null AuthMySQLEnable On AuthMySQLHost localhost AuthMySQLPort 3306 AuthMySQLUser xxx AuthMySQLPassword xxx AuthMySQLDB xxx AuthMySQLUserTable user #AuthMySQLUserCondition status=1 AuthMySQLNameField email AuthMySQLPasswordField pword AuthMySQLNoPasswd Off AuthMySQLPwEncryption None AuthMySQLAuthoritative On require valid-user
Log in to post a comment.
Freebsd, with apache 2.2
In the apache error log it keeps saying "user not found" and the user exist in the database
And the user have access to the database, because it works on another web app.
Where is typo?
AuthName "Test"
AuthType Basic
AuthUserFile /dev/null
AuthMySQLEnable On
AuthMySQLHost localhost
AuthMySQLPort 3306
AuthMySQLUser xxx
AuthMySQLPassword xxx
AuthMySQLDB xxx
AuthMySQLUserTable user
#AuthMySQLUserCondition status=1
AuthMySQLNameField email
AuthMySQLPasswordField pword
AuthMySQLNoPasswd Off
AuthMySQLPwEncryption None
AuthMySQLAuthoritative On
require valid-user