Re: Aw: Re: [Zope] Cookie Crumbler - read Password from login_form
15 Sep
2003
15 Sep
'03
3:26 p.m.
nicogrubert@arcor.de wrote:
these fieldnames (e.g. __ac_name, __ac_password) are not found in the
REQUEST when submitting the form "login_form" since they are stored in a cookie called "__ac".
They'll still be in the REQUEST, just not accessible due to their names...
so I could use REQUEST.get('__ac_password', None) in my external method to get the password in cleartext ?
Maybe, I don't know... Chris
8239
Age (days ago)
8239
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chris Withers