Mercurial > p > roundup > code
diff CHANGES.txt @ 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 | cb39a6c95cd3 |
| children | 89a59e46b3af |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jan 30 12:23:02 2023 -0500 +++ b/CHANGES.txt Thu Feb 02 12:55:27 2023 -0500 @@ -63,6 +63,8 @@ different files). - Fix Traceback when a numeric order attribute is empty (Ralf Schlatterbeck) +- Update some template schema files to assign Register permissions for the + Anonymous user. Replaces the old Create permission. (John Rouillard) Features:
