Necessary to force the user to differ the new password from the old one?
I need to rewrite our password change dialog currently. It's designed to check whether the old password differs from the new password.
- Old password:
something
- New password:
something
- New password repetition:
something
- Click on "Save" leads to error: New passwords needs to be different from old password
Is this really necessary and why?