Skip to content

Commit 3a27a4b

Browse files
author
Richard Jones
committed
anonymous may view by default
1 parent 370063b commit 3a27a4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roundup/templates/classic/dbinit.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: dbinit.py,v 1.26 2002-09-09 23:55:19 richard Exp $
18+
# $Id: dbinit.py,v 1.27 2002-09-11 01:18:24 richard Exp $
1919

2020
import os
2121

@@ -128,8 +128,8 @@ def open(name=None):
128128
# - Allow anonymous users access to the "issue" class of data
129129
# Note: this also grants access to related information like files,
130130
# messages, statuses etc that are linked to issues
131-
#p = db.security.getPermission('View', 'issue')
132-
#db.security.addPermissionToRole('Anonymous', p)
131+
p = db.security.getPermission('View', 'issue')
132+
db.security.addPermissionToRole('Anonymous', p)
133133
# - Allow anonymous users access to edit the "issue" class of data
134134
# Note: this also grants access to create related information like
135135
# files and messages etc that are linked to issues

0 commit comments

Comments
 (0)