I'm on Mac OS X 10.4. PHP 5.1.2. phpwiki 1.3.12p3. My DB type is file.
If I set ADMIN_USER and ADMIN_PASSWD with ENCRYPTED_PASSWD = true, then I get the virgin screen. I can create a user and that user can have a password. But I can't log in as the administrator (or I guess I maybe should say that I don't know how to).
If I set ENCRYPTED_PASSWD to false, than I can log in as the administrator. I can also create a user but the user can't have a password.
Any suggestions of what to do here?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm on Mac OS X 10.4. PHP 5.1.2. phpwiki 1.3.12p3. My DB type is file.
If I set ADMIN_USER and ADMIN_PASSWD with ENCRYPTED_PASSWD = true, then I get the virgin screen. I can create a user and that user can have a password. But I can't log in as the administrator (or I guess I maybe should say that I don't know how to).
If I set ENCRYPTED_PASSWD to false, than I can log in as the administrator. I can also create a user but the user can't have a password.
Any suggestions of what to do here?
Thanks
Try out passencrypt.php and paste the encrypted admin password into config.ini
Thanks. That worked.