Hi - You were absolutely right !!! Thanks a lot! There is still a problem remaining in my User-Authentication. In the DTML-method userList I have the SQL-Method : <dtml-return "sql_get_user_list()"> When I write the usernames in userList everything goes well. Usind the SQL-method results in the Zope-message: 2000-07-17T22:20:44 ERROR(200) GUF An exception was raised by http://134.96.119.88:8080/portal_folder/acl_users/userList (('Unsupported Type', 'userList method returned an unsupported type', <traceback object at 8592580>)) The Sql-method is tested an OK ... What does the error 'Unsupported Type' mean ??? Any hints will be appreciated ... MArio
Hi Mario, In reference to your problem where GUF cannot access "real_password", try turning on "Access contents information" for your role(s) in the security permissions area of the acl_users folder. I just ran into a similar problem where I could access my sql methods, but could not access the results from them. Setting this permission for my user defined role in the acl_users folder fixed it.
Let me know how it goes and if you have any questions.
-=brad=-
participants (1)
-
Mario Premke