Mercurial > p > roundup > code
diff share/roundup/templates/classic/schema.py @ 7132:c087ad45bf4d
update Anonymous Create user to Register user permissions
the devel and responsive tracker templates still had the old Create
user permissions for the anonymous user. Replace with the Regiter
permission that has been the standard since 1.4.11 maybe.
Also update references to Create permission in comment for the Email
Access permission for anon user.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 02 Feb 2023 12:55:27 -0500 |
| parents | 94a7669677ae |
| children | 984bc9f94ec6 |
line wrap: on
line diff
--- a/share/roundup/templates/classic/schema.py Mon Jan 30 12:23:02 2023 -0500 +++ b/share/roundup/templates/classic/schema.py Thu Feb 02 12:55:27 2023 -0500 @@ -160,7 +160,7 @@ # Let anonymous users access the email interface (note that this implies # that they will be registered automatically, hence they will need the -# "Create" user Permission below) +# "Register" user Permission below) # This is disabled by default to stop spam from auto-registering users on # public trackers. #db.security.addPermissionToRole('Anonymous', 'Email Access')
