7 Aug
2009
7 Aug
'09
2:35 p.m.
On 07.08.09 16:26, Peter Bengtsson wrote:
When you encrypt your passwords in an acl_users User Folder, is there a way to check that the old password is correct? I'm building an app that allows the user to change her password with the usual form of: Old: ________ New: ________ Confirm: ________
You has the 'old' password using the same algorithm and compare it against the stored password hash. Look the AccessControl API of Zope. -aj