From: richard Date: Mon, 7 Dec 2009 00:18:31 +0000 (+0000) Subject: fix some more documentation for the Register permission X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4148b058d16772050d0cefdf7655b3e481b71ee2;p=roundup.git fix some more documentation for the Register permission git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4400 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/customizing.txt b/doc/customizing.txt index aac126b..8ac8911 100644 --- a/doc/customizing.txt +++ b/doc/customizing.txt @@ -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