Hi all Im sitting here, and I am a litttle stuck on how best to implement password validation for a modelglue app when a user want to update their details.
For example, I want an "update password page" with three fields, oldpassword, confirmpassword, and newpassword. The field in the database is simply called 'password' What I cannot envision at this point is how to pass my three password fields to the validator cfc and run the following checks 1. Check old password matches whats in the DB already 2. newpassword = confirmpassword 3. password strength
From there I want to pass this back (if no errors) and save()
any help/direction would be great Cheers, Andy -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
