How to reset password in HP UX?

ERROR: Password cannot be changed. Reason: password lifetime has passed.

To get rid of this error. First unlock the account.

#/usr/lbin/modprpw -l username

Then reset the password.

#/bin/passwd username

Note

You may set password as non expiry.

#/usr/lbin/modprpw -v username

View the password parameter.

#/usr/lbin/getprpw -l username

One thought on “How to reset password in HP UX?

Leave a Reply

Your email address will not be published. Required fields are marked *