[Devel] Bug tracker is failing on basic actions
Asheesh Laroia
asheesh at asheesh.org
Sun Dec 19 03:44:23 UTC 2010
Fixed, I think:
diff --git a/schema.py b/schema.py
index 4fac70c..d3fdc28 100644
--- a/schema.py
+++ b/schema.py
@@ -157,6 +157,7 @@ db.security.addPermissionToRole('Anonymous', 'Web
Access')
# Assign the appropriate permissions to the anonymous user's Anonymous
# Role. Choices here are:
# - Allow anonymous users to register
+db.security.addPermission(name='Register', klass='user',
description='User is allowed to Register')
db.security.addPermissionToRole('Anonymous', 'Register', 'user')
# Allow anonymous users access to view issues (and the related, linked
Jessica, can you confirm/deny? (-:
-- Asheesh.
More information about the Devel
mailing list