Skip to content

Commit f09825b

Browse files
author
Richard Jones
committed
fixes
1 parent fe0345d commit f09825b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/upgrading.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ to create.
2525
Migrating from 1.4.x to 1.4.11
2626
==============================
2727

28-
Close poential security hole
29-
----------------------------
28+
Close potential security hole
29+
-----------------------------
3030

3131
If your tracker has untrusted users you should examine its ``schema.py``
3232
file 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
5454
anonymous users to register. This means you will need to add the
5555
following to your tracker's ``schema.py`` to add the permission and
5656
assign 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:

0 commit comments

Comments
 (0)