summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 449cbe3)
raw | patch | inline | side by side (parent: 449cbe3)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 30 Aug 2002 08:30:45 +0000 (08:30 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 30 Aug 2002 08:30:45 +0000 (08:30 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1005 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/templates/classic/dbinit.py | patch | blob | history |
index 71ff79ac44a6d799f0d1685a5d066f5734343e6a..29242df27c0ede9e4125657637e0e049af8f1928 100644 (file)
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: dbinit.py,v 1.22 2002-08-01 00:56:22 richard Exp $
+# $Id: dbinit.py,v 1.23 2002-08-30 08:30:45 richard Exp $
import os
# SECURITY SETTINGS
#
# new permissions for this schema
- for cl in 'issue', 'file', 'msg':
+ for cl in 'issue', 'file', 'msg', 'user':
db.security.addPermission(name="Edit", klass=cl,
description="User is allowed to edit "+cl)
db.security.addPermission(name="View", klass=cl,
#
# $Log: not supported by cvs2svn $
+# Revision 1.22 2002/08/01 00:56:22 richard
+# Added the web access and email access permissions, so people can restrict
+# access to users who register through the email interface (for example).
+# Also added "security" command to the roundup-admin interface to display the
+# Role/Permission config for an instance.
+#
# Revision 1.21 2002/07/26 08:26:59 richard
# Very close now. The cgi and mailgw now use the new security API. The two
# templates have been migrated to that setup. Lots of unit tests. Still some