Hi,

On Wed, Sep 26, 2007 at 09:02:03AM -0600, Gnarlodious wrote:
> Due to continuous spam attacks, I would ike to disable page creation
> for registered users. I want to make a page called "PageCreators",
> which lists usernames allowed to create pages. I have looked for
> specific instructions on how to set this up but found nothing. Is
> there a way?

IIRC, you have to call this page PageCreatorsGroup - all group pages are
identified by the suffix "-Group". You then can set your default ACL such that
only members of this group have the right to create new pages.

For example:

    acl_rights_before = u"AdministratorGroup:read,write,delete,revert,admin"
    acl_rights_default = u"+PageCreatorsGroup:create,delete 
Known:read,write,revert All:read"

This examples assumes that 
 * every page is readable by everyone, even non-registered users (All)
 * every registered user may modify existing pages (Known)
 * the members of the PageCreatorGroup may create and delete pages, in
   addition to other rights they may have (+PageCreatorGroup)
 * there is a group of users that has full access rights even if a page
   specific ACL would normally prohibit access (AdministratorGroup)

HTH

Christoph
-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Moin-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to