Question
When I use the
MultiEditPlugin, the .lock file starts off with my wiki name but when I save the section the lock owner changes to guest.
I traced it down to the call to $query->remote_user(); in
savesection returning nothing. The other info (path, url, web) are OK.
Environment
--
WayneDahl - 30 Sep 2005
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
I am not familiar with this Plugin, but with the
EditTablePlugin, all table edits are done with the authenticated viewauth script. That ensures that the remote user is set during save.
--
PeterThoeny - 30 Sep 2005
I figured it out. I forgot to add protection in .htaccess for the script savesection.
--
WayneDahl - 04 Oct 2005
Thanks - added
AutomateDefaultPluginBinAccessPermissioning as a feature idea for
EdinburghRelease
--
MartinCleaver - 04 Oct 2005