From: Barrow H K. <bh...@th...> - 2004-06-10 23:44:54
|
I have enabled user authentication by setting this on my config.ini file ALLOW_ANON_USER = false ALLOW_ANON_EDIT = false ALLOW_BOGO_LOGIN = false ALLOW_USER_PASSWORDS = true USER_AUTH_ORDER = "File" PASSWORD_LENGTH_MINIMUM = 8 USER_AUTH_POLICY = stacked AUTH_USER_FILE = /home/phpwiki/wikipasswd The login is fine. However, it kept asking me to login in when I go to any pages. ( ie the login session didn't stay. ) does anyone use user authencation without any problem? any help will be apppreciated thanks Barrow |