From: Charles C. <ch...@ru...> - 2004-11-16 14:54:16
|
Reini Urban wrote: > Charles Corrigan schrieb: > > However, anyone can create a new id in a few seconds and then > > vandalise away... Is there any suggestions as to how I can make > > user id creation/authorisation 2-phase. What I would like is for > > users to self register but be treated as anonymous until an > > adminstrator authorises them to edit/create pages. > > > > Is there an alternative configuration of the wiki to achieve > > this? > > So far the best is to use PageChangeNotification, which catches > every spam attempt. Last on saturday. > > We have three more options: > * phpwiki.org/PageModeration > (delay any action on a page, after a moderator accepts it), > * the WikiAccessRestriction plugin I was working on, > * and the proposed external hook to spamassasin (babycart) after > every edit. Trying to think laterally... Is there the possibility of using the groups facility and page acls to set all pages as editable only by members of the group, say, "writers". The two phase part is then for the administrators to add users to the "writers" group. There is also the small matter of ensuring that all new pages get the correct acl.. > All of these will not be ready for 1.3.11. > Your two-phase user creation would also be cool, but I haven't > thought about that yet. Though that's the tradional method. > I'm much more concerned about 8MB memory limit, the still pending > sf.net upgrade (they promised it two weeks ago), and my latest > WikiDB changes. Sounds about right... Regards, Charles |