Code

fix some more documentation for the Register permission
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 7 Dec 2009 00:18:31 +0000 (00:18 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 7 Dec 2009 00:18:31 +0000 (00:18 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4400 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/customizing.txt

index aac126b31328a5461248733df991f7eea5471e39..8ac8911387a8e82f962b302e20e69d100a40d064 100644 (file)
@@ -958,6 +958,7 @@ A set of Permissions is built into the security module by default:
 - Create (everything)
 - Edit (everything)
 - View (everything)
+- Register (User class only)
 
 These are assigned to the "Admin" Role by default, and allow a user to do
 anything. Every Class you define in your `tracker schema`_ also gets an
@@ -995,7 +996,7 @@ For the "User" Role, the "classic" tracker defines:
 And the "Anonymous" Role is defined as:
 
 - Web interface access
-- Create user (for registration)
+- Register user (for registration)
 - View issue, file, msg, query, keyword, priority, status
 
 Put together, these settings appear in the tracker's ``schema.py`` file::
@@ -1166,7 +1167,7 @@ See the `examples`_ section for longer examples of customisation.
  - they're *anonymous*.
 
 **automatic registration of users in the e-mail gateway**
- By giving the "anonymous" user the ("Create", "user") Permission, any
+ By giving the "anonymous" user the ("Register", "user") Permission, any
  unidentified user will automatically be registered with the tracker
  (with no password, so they won't be able to log in through
  the web until an admin sets their password). By default new Roundup