From: Reini U. <ru...@x-...> - 2004-09-22 15:44:23
|
Anderson, Soeren schrieb: > sorry, if this is mentioned in the FAQ or anywhere: > I have a phpwiki-1.3.10 here. > I choosed POP3-Authentification, which works, but i have a problem with the config.ini. > > I set: > ALLOW_ANON_USER = false > ALLOW_ANON_EDIT = false > ALLOW_BOGO_LOGIN = false, > ALLOW_USER_PASSWORDS = true. > Now everybody has to authentificate to see or edit the wiki. Problem is: If i authenticate the wiki doesn't remember that. I have to authenticate after every action that is taken. > > If i set: ( > ALLOW_ANON_USER = true > ALLOW_ANON_EDIT = false > ALLOW_BOGO_LOGIN = false, > ALLOW_USER_PASSWORDS = true > ) because i want anonymous reading to be possible, i can edit the Wiki even if i'm not authenticated. > > Is there something more in config.ini i have to change? > I should mention, that the wiki is also protected via HTTP_Basic_Auth. > > Perhaps anybody has some hints for me, That's not an auth probem, but a session problem. Maybe our (automatic) HttpAuth should be fixed against session problems. I'll test that. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |