Hi,
how can I set up a phpwiki on a server that multiple users have access to (like sourceforge or berlios)? I do not want to write my passwords in plain to some configuration file.
How do you do it? Just use the FS instead of SQL?
Thank you.
Bye,
Waldemar Kornewald
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
how can I set up a phpwiki on a server that multiple users have access to (like sourceforge or berlios)? I do not want to write my passwords in plain to some configuration file.
How do you do it? Just use the FS instead of SQL?
Thank you.
Bye,
Waldemar Kornewald
crypt the admin password and don't use sql backends. dba is preferred and default anyway.
config: ENCRYPTED_PASSWD = true