Everywhere I've read that it is not supported yet, although in the settings file it is typed as it is. Is it even possible to store passwords by users?
If not, how long will it take before this feature is implemented?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you tell me where I should put the .htaccess file, in what directory? At the moment I use htaccess in the main directory as standard protection (created in Ensim). I have used the following settings:
Everywhere I've read that it is not supported yet, although in the settings file it is typed as it is. Is it even possible to store passwords by users?
If not, how long will it take before this feature is implemented?
what about reading doc/README.phpwiki-auth
what about writing doc/README.phpwiki-auth in a cohesive and easily understood format?
That was written as development document, not as installing guide.
The installing guide will be added when someone can spare some time.
Can you tell me where I should put the .htaccess file, in what directory? At the moment I use htaccess in the main directory as standard protection (created in Ensim). I have used the following settings:
ALLOW_ANON_USER = true
ALLOW_ANON_EDIT = false
ALLOW_BOGO_LOGIN = false
ALLOW_USER_PASSWORDS = true
USER_AUTH_ORDER = "HttpAuth : File : POP3"
USER_AUTH_POLICY = stacked
Now, whenever I try to sign in, I get the login popup, but it keeps coming back and I can't login. No matter what login I use.
Another note... If I use
USER_AUTH_ORDER = "File : POP3"
then the login won't work as well. Maybe the same problem, maybe not, but I thought I'd better mention it.