Setting up user permissions with phpMyAdmin

Well, it looks like it’s working better, but it still won’t accept a password.

Here’s the error message I’m getting in the log:

[Fri Jun 03 11:45:13 2005] [error] [client 127.0.0.1] access to /phpMyAdmin/ failed, reason: unknown require directive:"forceflow"
[Fri Jun 03 11:45:13 2005] [error] [client 127.0.0.1] access to /phpMyAdmin/ failed, reason: user forceflow not allowed access
[Fri Jun 03 11:45:19 2005] [error] [client 127.0.0.1] access to /phpMyAdmin/ failed, reason: unknown require directive:"forceflow"
[Fri Jun 03 11:45:19 2005] [error] [client 127.0.0.1] access to /phpMyAdmin/ failed, reason: user forceflow not allowed access

I think I made all the necessary changes, but somethings not working, so maybe not…

<Directory "E:/PROGRA~1/AppServ/www/phpMyAdmin/">
AuthName "Password Required"
AuthType Basic
AuthUserFile E:\\PROGRA~1\\AppServ\\passwds\\phpMyAdmin
Require forceflow
</Directory>

The file containing the username & password is named “phpMyAdmin” and the user is “forceflow”.

nevermind, I got it

Require user forceflow

I needed “user” in there.

Thanks guys