[web2py] password verification

2012-11-19 Thread Manuele Pesenti
Hi! I'd like to ask how a password is verified? I've noticed that cloning my project in a parallel one with a different name that use the same db connection (to postgres) the same user cannot be recognized from the new application. What's the right way to do this operation? Thanks a lot

[web2py] Password verification - how to?

2010-07-02 Thread elfuego1
Since I am customizing my registration form, can you tell me what to do to have password verification functionality? I don’t know how to implement it in my form. I have password input field in the form and corresponding field in my database. Do I have to add additional field for password2 and