[Zope] how to capture a password

Daniel G. Rusch drusch@globalcrossing.com
Tue, 21 Dec 1999 09:25:08 -0600


This may help,

I created a xxx python method that takes a users login as an argument
and returns the password:
 
return login_name._getPassword()

ciao,

DR