summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9b5a477)
raw | patch | inline | side by side (parent: 9b5a477)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 7 Dec 2009 00:18:31 +0000 (00:18 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/doc/customizing.txt b/doc/customizing.txt
index aac126b31328a5461248733df991f7eea5471e39..8ac8911387a8e82f962b302e20e69d100a40d064 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
- 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
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::
- 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