[Zope] Trouble with Generic User Folder

Michiel Toneman toneman@phil.uu.nl
Tue, 22 Feb 2000 16:19:59 +0100 (CET)


Hi, 

I've been trying to get something sensible done with 
GenericUserFolder, but keep on running into this problem:

-----------
2000-02-22T16:15:19 ERROR(200) GUF
http://newserver:8080/test_access/acl_users/userAuthenticate raised
an exception (('Unauthorized', 'You are not authorized to access
<em>SQL_get_password</em>.', <traceback object at 85ec318>))
-----------

SQL_get_password is a ZSQL method like:

---------------------------
SELECT password as real_password FROM users_tmp
  WHERE 
     name=<dtml-sqlvar username type=string>
---------------------------
with as Argument "username"


I've given all possible permissions to the SQL method, 
but no dice :(

Any suggestions?

Greetings,

Michiel

-- 
From a Sun Microsystems bug report (#4102680):
 "Workaround: don't pound on the mouse like a wild monkey."