From: aphid <sp...@ap...> - 2004-08-07 15:27:53
|
these are my current user settings: ALLOW_ANON_USER = true ALLOW_ANON_EDIT = false ALLOW_BOGO_LOGIN = false ALLOW_USER_PASSWORDS = true I believe this should allow anybody to read the wiki, but have to log in with a user from the database in order to edit. However, despite the fact that allow_bogo_login, I am able to log in as existing wikipages. For instance, I can log in and edit as HomePage or RecentPages but not as AphidUser.. doing this does generate the following message but regardless, does allow editing. PHP Warnings lib/WikiUserNew.php:1360: Warning[512]: PersonalPage login method: * You stored an empty password in your 'HomePage' page. * Your access permissions are only for a BogoUser. * Please set your password in UserPreferences. |