How do you insert information like this into sql?
I tried:
db.insert('users', username=info['user'],
password="PASSWORD('"+info['password]'+'")" )
but that puts this in literally, so the password then becomes
"PASSWORD('password')", instead of hashing it. i didn't see anything
in the API, but clearly this must exist.
Thanks for any assistance.
--
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en.