Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Modified documentation to conform to userfolder API tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Nov 30, 2001
1 parent 427c35f commit 9ea5975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help/UserFolder.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def getUserNames():
Permission -- Manage users
"""

def userFolderAddUser(name, password, roles, domains):
def userFolderAddUser(name, password, roles, domains, **kw):
"""
API method for creating a new user object. Note that not all
user folder implementations support dynamic creation of user
Expand All @@ -39,7 +39,7 @@ def userFolderAddUser(name, password, roles, domains):
Permission -- Manage users
"""

def userFolderEditUser(name, password, roles, domains):
def userFolderEditUser(name, password, roles, domains, **kw):
"""
API method for changing user object attributes. Note that not
all user folder implementations support changing of user object
Expand Down

0 comments on commit 9ea5975

Please sign in to comment.