File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ to create.
2525Migrating from 1.4.x to 1.4.11
2626==============================
2727
28- Close poential security hole
29- ----------------------------
28+ Close potential security hole
29+ -----------------------------
3030
3131If your tracker has untrusted users you should examine its ``schema.py``
3232file and look for the section granting the "Edit" permission to your users.
@@ -54,10 +54,10 @@ A separate "Register" permission has been introduced to allow
5454anonymous users to register. This means you will need to add the
5555following to your tracker's ``schema.py`` to add the permission and
5656assign it to the Anonymous role (replacing any previously assigned
57- "Create user" permission for the Anonymous role):
57+ "Create user" permission for the Anonymous role)::
5858
5959 +db.security.addPermission(name='Register', klass='user',
60- + description='User is allowed to register new user')
60+ + description='User is allowed to register new user')
6161
6262 # Assign the appropriate permissions to the anonymous user's Anonymous
6363 # Role. Choices here are:
You can’t perform that action at this time.
0 commit comments