[Moin-devel] CVS: dist/wiki/data/text HelpOnConfiguration_2fSecurityPolicy,1.1,1.2

J?rgen Hermann jhermann at users.sourceforge.net
Wed Feb 13 13:30:08 EST 2002


Update of /cvsroot/moin/dist/wiki/data/text
In directory usw-pr-cvs1:/tmp/cvs-serv6608

Modified Files:
	HelpOnConfiguration_2fSecurityPolicy 
Log Message:
Minor addition


Index: HelpOnConfiguration_2fSecurityPolicy
===================================================================
RCS file: /cvsroot/moin/dist/wiki/data/text/HelpOnConfiguration_2fSecurityPolicy,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** HelpOnConfiguration_2fSecurityPolicy	13 Feb 2002 20:44:00 -0000	1.1
--- HelpOnConfiguration_2fSecurityPolicy	13 Feb 2002 21:26:20 -0000	1.2
***************
*** 1,3 ****
--- 1,15 ----
+ ##cvsid: $Id$
+ 
  SecurityPolicy is a config option that allows wiki admins to dynamically enable or disable certain key actions in a MoinMoin wiki, most notably editing and deleting content.
+ 
+ == Mechanics ==
+ 
+ Security restrictions in a MoinMoin wiki work by the interface defined in the `MoinMoin.security` module.
+ The `Permissions` class implements the basic interface for user permissions and
+ system policy. If you want to define your own policy, inherit
+ from that base class, so that when new permissions are defined, you get the defaults.
+ 
+ Then assign your new class to `SecurityPolicy` in `moin_config`;
+ and I mean the class, not an instance of it!
  
  





More information about the Moin-devel mailing list