I developed a page for the password recovery from the given example in appery dev center documentation....
But there is a problem i am stuck with, when a user enters a wrong secret code the app doesnt change the password, but still displays the alert that your password has been changed successfully... and an email is sent to user regarding successful password change.
I tried to put an else statement in server script for the checking of secret code and DB secret code but still its not working...