Confirmation upon password change
Posted: Wed Nov 14, 2012 12:32 pm
Hey everyone, I've been working with xataface for my job and I've run into a minor issue.
I got the change password button working for logged-in users, and it functions correctly, however after the password is changed (successfully or unsuccessfully) the confirmation page that gets shown is extremely ugly, just blank text.
An incorrect change produces
{"code":0,"message":"The password you entered is incorrect. Please try again."}
A correct change produces
{"code":200,"message":"Your password has been successfully changed"}
These are just displayed in normal blank font on a blank page, no links to go back or anything. Is there a simple way to change this or must I rewrite the entire confirmation page?
Thanks in advance!
I got the change password button working for logged-in users, and it functions correctly, however after the password is changed (successfully or unsuccessfully) the confirmation page that gets shown is extremely ugly, just blank text.
An incorrect change produces
{"code":0,"message":"The password you entered is incorrect. Please try again."}
A correct change produces
{"code":200,"message":"Your password has been successfully changed"}
These are just displayed in normal blank font on a blank page, no links to go back or anything. Is there a simple way to change this or must I rewrite the entire confirmation page?
Thanks in advance!