Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
5584a630
Commit
5584a630
authored
Oct 29, 1999
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed detection of user folders in security screen so that user defined
roles cant be defined there.
parent
8568ad01
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lib/python/AccessControl/access.dtml
lib/python/AccessControl/access.dtml
+3
-1
No files found.
lib/python/AccessControl/access.dtml
View file @
5584a630
...
@@ -24,10 +24,12 @@ acquired permission settings may be augmented by selecting Roles for
...
@@ -24,10 +24,12 @@ acquired permission settings may be augmented by selecting Roles for
a permission in addition to selecting to acquire permissions.
a permission in addition to selecting to acquire permissions.
</P>
</P>
<!--#if "_['id'] != 'acl_users'"-->
<P>
<P>
You can define new Roles by using the <EM>User defined roles</EM>
You can define new Roles by using the <EM>User defined roles</EM>
form below.
form below.
</P>
</P>
<!--#/if-->
<style type="text/css">
<style type="text/css">
<!--
<!--
...
@@ -107,7 +109,7 @@ td {
...
@@ -107,7 +109,7 @@ td {
</FORM>
</FORM>
<!--#/with-->
<!--#/with-->
<!--#if
expr="meta_type != 'User Folder
'"-->
<!--#if
"_['id'] != 'acl_users
'"-->
<P>
<P>
<FORM ACTION="manage_defined_roles" METHOD="POST">
<FORM ACTION="manage_defined_roles" METHOD="POST">
<TABLE CELLPADDING="2">
<TABLE CELLPADDING="2">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment