I have got following problem: I try to create a new User in acl_users container.acl_users.userFolderAddUser('test','test',['Manager'], []) the User is created, but I can not login under this Username by Error Error Type: AttributeError Error Value: domains After I have started my script some times, the same mistake appears if I add the user through Zopeinterface Thanks for any help __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de
Dmitrij Repp wrote at 2003-11-14 19:16 +0100:
I have got following problem: I try to create a new User in acl_users
container.acl_users.userFolderAddUser('test','test',['Manager'], [])
the User is created, but I can not login under this Username by Error
Error Type: AttributeError Error Value: domains
Remember! When you report any exception, you must (beside the information you provided) include the traceback. You find it in (from Zope 2.6 on) "http:<YourZope>/error_log" -- Dieter
participants (2)
-
Dieter Maurer -
Dmitrij Repp