[web2py] Re: Encrypting password verify

2012-11-21 Thread Dave
I posted a reply with sample code, but it has been deleted. PM me and I can help. Not sure who deleted the message or why. On Sunday, November 18, 2012 4:58:51 PM UTC-5, Daniele wrote: > > I have a field in my register form for verifying the password, as such: > > Field

[web2py] Re: Encrypting password verify

2012-11-21 Thread Dave
It is quite annoying that someone keeps deleting my posts. Whomever you are contact me and kindly let me know why you are doing it. On Sunday, November 18, 2012 4:58:51 PM UTC-5, Daniele wrote: > > I have a field in my register form for verifying the password, as such: > > Field

[web2py] Re: Encrypting password verify

2012-11-21 Thread Dave
Since the CRYPT validator generates a unique salt for each password hash, they will never be equal. If you are going to create your own custom register form, you will need to implement your own register controller logic to validate the password & confirm password match in clear text, then hash