Mercurial > p > roundup > code
diff share/roundup/templates/minimal/schema.py @ 4146:42331c201b02
Fix issue2550553.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Tue, 30 Jun 2009 01:41:11 +0000 |
| parents | a6fdaaa3a8bd |
| children | b30bdfae4461 |
line wrap: on
line diff
--- a/share/roundup/templates/minimal/schema.py Tue Jun 30 01:32:06 2009 +0000 +++ b/share/roundup/templates/minimal/schema.py Tue Jun 30 01:41:11 2009 +0000 @@ -60,6 +60,6 @@ # Assign the appropriate permissions to the anonymous user's # Anonymous Role. Choices here are: # - Allow anonymous users to register -db.security.addPermissionToRole('Anonymous', 'Create', 'user') +db.security.addPermissionToRole('Anonymous', 'Register', 'user') # vim: set et sts=4 sw=4 :
