I'm trying to try out the admin page of my wiki, but I simply get a message telling me I need to set admin account and password.
I haven't found anything in config.php where I could do that, and INSTALL and INSTALL.flatfile (if that is relevant at all for a dba setup) don't say anything either.
How do I do that (I'm running the last "stable" one, 1.2.2).
Cheers,
-- Uli
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm trying to try out the admin page of my wiki, but I simply get a message telling me I need to set admin account and password.
I haven't found anything in config.php where I could do that, and INSTALL and INSTALL.flatfile (if that is relevant at all for a dba setup) don't say anything either.
How do I do that (I'm running the last "stable" one, 1.2.2).
Cheers,
-- Uli
I do not support the 1.2 series. However,
running from the phpwiki directory:<br><br>
grep -r ADMIN_P *<br>
<br>
will tell you what file you need to edit to fix the problem.
-Elec
Thanks, I did something similar meanwhile and found it. It's in admin.php. Too bad the docs didn't say that.