On 2/19/06, Patrick Lewis <[EMAIL PROTECTED]> wrote:
>
> Jeff, I largely agree with you, but in this case I think it warrants an
> exception. If you've enabled encryption, you always have to encrypt
> the password, otherwise it won't work when identity goes to verify the
> user. So even if you do:
>
> user.password = "foobar"
>
> before you are done setting things up you are going to need to do
>
> user.password = encrypt_password("foobar")
I agree with you. I think that it's understood that your password is
being encrypted with one way encryption, and it should be as easy as
possible to do that.
Kevin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---