21 Jan
2003
21 Jan
'03
5:57 p.m.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Andreas Jung Sent: Tuesday, January 21, 2003 3:12 AM To: Eugen Nedelcu; zope@zope.org Subject: Re: [Zope] access to passwords
Zope stores passwords either as hash or encrypted but in plaintext.
-aj
True, but you can capture them on the way in. I did this by adding a module to exUserFolder but you should be able to modify any UserFolder class to do this.