[pmwiki-users] AuthUser, authorization groups
    blues 
    blues4u at supereva.it
       
    Mon Jul  2 03:27:32 CDT 2007
    
    
  
i report what the PmWiki documentations says about the authorization  
groups.
Authorization groups
Authorization groups are specified with a leading "@" sign. Define either  
the login accounts belonging to a group or the groups for a login account:
     # @writers: alice, bob
     # carol: @editors, @writers
     # @admins: alice, dave
that's good. either logins belonging to a group, or the groups for a login.
my question is: can we specify a group into a group? in this way we could,  
for example, make all admins automatically become editors. ex:
     # @admins: alice, dave
     # @editors: @admins, bob, carol, paul
blues
    
    
More information about the pmwiki-users
mailing list