Hey:
Been doing a lot of testing lately...
It appears that Password Change should be checking OLD password,
Here are the details of my tests:
*Using*:
web2py
Version 2.2.1 (2012-10-21 16:57:04) stable
Steps:
1- Create a NEW app, PasswordChange
2- Register a new user
User: [email protected]
Password: asdf
3- Try to change password at:
http://127.0.0.1:8000/PasswordChange/default/index
BUT, use an incorrect old password:
Old Password: qwer (correct password is "asdf")
New Password:1234
Verify Password: 1234
No indication is given that OLD password is incorrect, and the change to
1234
is NOT saved.
-- Thanks for looking into this
Rob
--