[Moin-user] How do I prevent non-regsitered users from reading pages?

Thomas Waldmann tw-public at gmx.de
Mon Jan 29 03:11:41 EST 2007


> This may seem like a stupid question - and I have had a look at the documentation - but I can't for the life of me work out how to globally set my wiki to prevent non registered users from reading pages - i.e. I only want to allow registered, logged-in users to read pages.
> 
> Also, how can I disable/limit registration of new users?

What you want is a ReaderGroup (and maybe also a EditorGroup) and give 
those groups rights by acl_rights_default like this:

acl_rights_default = u"EditorGroup:read,write,delete,revert 
ReaderGroup:read"

Don't give any rights to Known or All if you don't really mean that.





More information about the Moin-user mailing list