On Fri, 20 Oct 2000, Cesar A. K. Grossmann wrote:

> raised an exception (('Unauthorized', 'crypt', <traceback object at

The userAuthenticate method is trying to call a method called 'crypt'
and failing. Where, and how, is this method defined? If it is
implemented in Python code (eg. you added a 'crypt' function to
the GenericUserFolder class), then make sure your function has
a doc string or you will get an exception like this.

> The userAuthenticate, userDomains, userList, adn userRoles DTML Methods
> are configurated to proxy the Manager role.

-- 
Stuart Bishop                          Work: [EMAIL PROTECTED]
Senior Systems Alchemist               Play: [EMAIL PROTECTED]
Computer Science, RMIT University


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to