Hassan Alnatour Sun, 27 Jan 2013 07:58:35 -0800
Dear ALL , i have a php login form , now the password is posted as md5() ,, what is the correct encoding to use in php with web2py password field in auth_user table
what am posting is <?php $Pass = md5('******************'); ?> regards, --