One thing that might be possible, but I'm not certain, is that your password is too simple and fails a pam_cracklib test. Could you change your password to something you are certain would pass muster.
From the /usr/share/doc/packages/pam/README.cracklib on my SuSE machine:
Quote:
For example, you need to change the following lines in /etc/pam.d/passwd:
password required /lib/security/pam_pwcheck.so nullok
password required /lib/security/pam_unix2.so nullok use_first_pass use_authtok
to:
password required /lib/security/pam_pwcheck.so nullok use_cracklib
password required /lib/security/pam_unix2.so nullok use_first_pass use_authtok
|
Another possibility is a problem in typing it. I once changed my password at work, and had mistyped it (the same way) twice, so my new password had a typo in it that I needed to figure out before logging in again.