diff share/roundup/templates/responsive/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 670ab365e76f
line wrap: on
line diff
--- a/share/roundup/templates/responsive/schema.py	Mon Jan 30 12:23:02 2023 -0500
+++ b/share/roundup/templates/responsive/schema.py	Thu Feb 02 12:55:27 2023 -0500
@@ -363,7 +363,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')
@@ -371,7 +371,7 @@
 # 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')
 
 # Allow anonymous users access to view issues (and the related, linked
 # information).

Roundup Issue Tracker: http://roundup-tracker.org/