Differences between revisions 2 and 3
Revision 2 as of 2005-08-17 18:19:32
Size: 889
Comment:
Revision 3 as of 2007-02-17 14:01:09
Size: 1071
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
DVInfo Access control is simple, and the default settings are rather permissive:
 * anon
ymous users (not logged into their wiki account) can only read
 * members of AdminGroup have all rights, regardless of ACLs
 * all other known users have all rights, unless a page is secured by an ACL
DVInfo Access control is simple. The default settings had to be tightened a bit after spammers started to actually create accounts :-(

 * by default
, any user can read
 * members of AdminGroup have all rights, regardless of ACLs 
 * members of EditorsGroup have all rights, unless a page is protected by an ACL
Line 8: Line 9:
  * any member of EditorsGroup can add accounts to this group, hence granting write access
Line 10: Line 12:
  #acl YourName:read,write,delete,revert,admin Known:read,write,revert All:read   #acl YourName:read,write,delete,revert,admin All:read
Line 16: Line 18:
  
However, do ''not'' make pages writable for anonymous users. The spammers are out there.

DVInfo Access control is simple. The default settings had to be tightened a bit after spammers started to actually create accounts :-(

  • by default, any user can read
  • members of AdminGroup have all rights, regardless of ACLs

  • members of EditorsGroup have all rights, unless a page is protected by an ACL

    • any user may create an account [:UserPreferences: here]

    • any member of EditorsGroup can add accounts to this group, hence granting write access

  • to protect a page, add a line like this at the top:
      #acl YourName:read,write,delete,revert,admin All:read
    • you can do that unless the page is already protected, and you don't have admin rights

Please don't be too restrictive. After all, there's the revert action available, and you can subscribe to email notifications for your pages to get informed when they are changed.

However, do not make pages writable for anonymous users. The spammers are out there.

For more information about ACLS, see HelpOnAccessControlLists.

Access_Restrictions (last edited 2013-01-11 21:16:01 by StephanWiesand)