Question
Well there's at least one wingnut in every group who is too lazy to look before he leaps...
I added myself to the admin group and then proceeded to allow only that group to edit the preferences page. Problem is, there's no user authentication set up yet. Ooops. Locked out. I recommend a bold, red warning to people not to do this, right at that point in the preferences page.
I run the server, so what file do I edit and which lines? I have these two which are different:
/usr/local/www/twiki/data/Main/TWikiPreferences.txt
/usr/local/www/twiki/data/Main/TWikiPreferences.txt,v
Thanx, Jeff
Environment
--
JeffColter - 28 Feb 2005
Answer
Edit just the
.txt file. Once authentication is working OK you can edit the site preferences with the browser again to bring the
.txt,v history file in sync with the
.txt text file.
--
PeterThoeny - 01 Mar 2005
I edited the
TWikiPreferences.txt file so it looks like this:
. *Set ALLOWTOPICCHANGE =
. *Set ALLOWTOPICRENAME =
But it appeared as if these two statements were inside comment brackets (which I can't display here cause it must be part of Wiki code or something)
I deleted the ADMINGROUP after the "=" , but it still won't let me edit the page.
Funny but that .txt file doesn't contain anything but those two variables. Where's the rest of the preferences?
I just want to go back to the beginning so Guest can edit the preferences page again. Then I'll get user authorization functioning.
--
JeffColter - 01 Mar 2005
There are two site wide system settings: TWiki.TWikiPreferences, and Main.TWikiPreferences which can overload settings in the former one. You do not need to change the one in the Main web. Do all system settings in the TWiki web's TWikiPreferences. If you can't edit, make sure you are authenticated properly, you are in the
TWikiAdminGroup, and that the ALLLOWTOPICCHANGE bullet is set to that group. Edit
TWikiPreferences.txt from the shell level if you locked yourself out.
--
PeterThoeny - 06 Apr 2005