Hello!

Authkit has encrypt method of authenticate

with this settings
authkit.form.authenticate.user.encrypt = authkit.users:md5
authkit.form.authenticate.user.encrypt.secret = MySecret
authkit write password field in md5 format such as
"8743bcab778fc1316792e820e28c7be2"

also if I disable this mode
#authkit.form.authenticate.user.encrypt = authkit.users:md5
#authkit.form.authenticate.user.encrypt.secret = MySecret
password field has non-crypted format "mypassword"

Is it possible to have mixed methods (passwords field in users table
has crypted and non-crypted passwords)?

With encrypt option authkit thinks that "mypassword" also md5

Thanks,
Alexy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to