summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 346667f)
raw | patch | inline | side by side (parent: 346667f)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 29 Mar 2004 05:57:49 +0000 (05:57 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 29 Mar 2004 05:57:49 +0000 (05:57 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2229 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/customizing.txt | patch | blob | history |
diff --git a/doc/customizing.txt b/doc/customizing.txt
index af6335cf87c51cb74ed9c24693e893af1388df90..eccccf6dfbf1ffe7f955261988b03f1880c560fb 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
Customising Roundup
===================
-:Version: $Revision: 1.130 $
+:Version: $Revision: 1.131 $
.. This document borrows from the ZopeBook section on ZPT. The original is at:
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
You would then (as an "admin" user) edit the details of the appropriate
users, and add "SysAdmin" to their Roles list.
+Alternatively, you might want to change the Edit/View permissions granted
+for the "issue" class so that it's only available to users with the "System"
+or "Developer" Role, and then the new class you're adding is available to
+all with the "User" Role.
+
Using External User Databases
-----------------------------