[Zope] GUF Authentication Problems
Mario Premke
mapr0003@stud.uni-sb.de
Wed, 12 Jul 2000 14:59:51 +0200 (CEST)
Maybe, your password is encrypted?
NO, it isn't.
The problem is, that I cannot access "real_password", because Zope says:
2000-07-12T15:54:46 ERROR(200) GUF
http://134.96.119.88:8080/portal_folder/acl_users/userAuthenticate
raised an exception (('Unauthorized', 'You are not authorized to access
<em>real_password</em>.', <traceback object at 857e2d0>))
------
2000-07-12T15:54:46 INFO(0) GUF Failed authentication for napr003
Any idea ??
Mario
> > I cannot authenticate users with the following method:
> >
> > <dtml-in "sql_get_password(xlogin=username)">
> > <dtml-if "password==_['sequence-item'].real_password">
> > <dtml-return "_.int('1')">
> > </dtml-if>
> > </dtml-in>
> >
> > <dtml-return "_.int('0')">
> Maybe, your password is encrypted?
>
>
>
> Dieter
>