<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Infor Gates wrote:
<blockquote
 cite="mid20051210042103.84816.qmail@web31113.mail.mud.yahoo.com"
 type="cite">
  <div id="RTEContent">&nbsp;Dear zopist<br>
  <br>
I am having problems in setting up Simple User Folder.<br>
Error Message:<br>
  <strong>Error Type: UnconfiguredException</strong><br>
  <strong>Error Value: Addition of users has not been configured</strong><br>
  <br>
  <br>
I have googled around for an answer. However, there is very little info
on it.<br>
My Configuration: Zope2.8.4 / Windows XP Pro / Postgresql<br>
I have copied all&nbsp; (addUser.pys, addUser.sql, editUser.pys
editUser.sql, deleteUser.pys deleteUser.sql, getUserIds.pys,
getUserIds.sql, getUserDetails.pys, getUserDetails.sql) into the
/TEST/acl_users/Contents page as advised in README.<br>
  <br>
Do anyone have similar experiences?<br>
  <br>
Thank you.<br>
  </div>
  <p> </p>
  <hr size="1"><br>
</blockquote>
Infor,<br>
<br>
Take a look at the source SimpleUserfolder.py.&nbsp; That error occurs when
the method:<br>
<br>
&nbsp;&nbsp;&nbsp; def _doAddUser(self, name, password, roles, domains, **kw):<br>
<br>
cannot acquire the method "addUser".<br>
<br>
You should ensure that all methods (addUser, getUserDetails,
getUserName, etc) are either in the folder or acquirable by the folder
that you drop a Simple User Folder object in.<br>
<br>
HTH,<br>
David<br>
<br>
<br>
<br>
</body>
</html>