Hi, I wanted to add functionality to the front end to allow users to change their own passwords.
The file farcry/farcry_core/admin/security/updatePassword.cfm seemed to do what I wanted. The only problem is that farcry/farcry_core/packages/security/_user/updatePassword.cfm doesn't check to see if the user has entered the same password in the newPassword and newPassword2 fields. I simply updated the cfif statment from: <cfif stUser.userPassword eq oldPassword> to <cfif (stUser.userPassword eq oldPassword) and (newPassword eq newPassword2)> Hope this helps. Regards, Glenn. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" 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/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
