TWiki: Alpha from Sourceforge CVS (version: 31 July 2001 in the morning)
Platform: linux (Suse 7.0)
If I do "Set ALLOWWEBCHANGE = TWikiAdminGroup" in
WebPreferences I have no longer the right for renaming a topic in this web.
I'm part of the TWikiAdminGroup and I still can edit a topic but not rename.
If I remove the ALLOWWEBCHANGE I can rename topics again.
Error-Message:
You do not have permission to change topic
NextTopic.
Contact
webmaster@your.company
if you have any questions.
Related topics: TWikiGroups, TWikiAccessControl
--
RolandFehr - 31 Jul 2001
Roland,
I can't reproduce this problem. But, a thought. I could be it doesn't know your username.
.htaccess needs the
rename script in its list. I've just added this to
TWikiReleaseSpring2001UpgradeNotes.
--
JohnTalintyre - 07 Aug 2001
Marked as
BugResolved since no feedback and possible fix given.
--
JohnTalintyre - 24 Aug 2001
Was exactly as suspected.
There need to be a separate entry for rename in .htaccess!
<Files "rename">
require valid-user
</Files>
Thanks
--
RolandFehr - 26 Aug 2001