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
093b1ad8
Commit
093b1ad8
authored
Nov 29, 2001
by
Brian Lloyd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge from Zope 2.5 branch.
parent
ca2dd97d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/python/Products/OFSP/help/UserFolder.py
lib/python/Products/OFSP/help/UserFolder.py
+3
-3
No files found.
lib/python/Products/OFSP/help/UserFolder.py
View file @
093b1ad8
...
...
@@ -29,7 +29,7 @@ class UserFolder:
Permission -- Manage users
"""
def
manage_a
ddUser
(
name
,
password
,
roles
,
domains
):
def
userFolderA
ddUser
(
name
,
password
,
roles
,
domains
):
"""
API method for creating a new user object. Note that not all
user folder implementations support dynamic creation of user
...
...
@@ -39,7 +39,7 @@ class UserFolder:
Permission -- Manage users
"""
def
manage_e
ditUser
(
name
,
password
,
roles
,
domains
):
def
userFolderE
ditUser
(
name
,
password
,
roles
,
domains
):
"""
API method for changing user object attributes. Note that not
all user folder implementations support changing of user object
...
...
@@ -49,7 +49,7 @@ class UserFolder:
Permission -- Manage users
"""
def
manage_d
elUsers
(
names
):
def
userFolderD
elUsers
(
names
):
"""
API method for deleting one or more user objects. Note that not
all user folder implementations support deletion of user objects.
...
...
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