We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
passwd returns exit code 10 which is not defined in the manual page.
[2/5164]mh@swivel:~ $ passwd Changing password for mh. Current password: passwd: Authentication token manipulation error passwd: password unchanged 10 [3/5165]mh@swivel:~ $ passwd Changing password for mh. Current password: New password: Retype new password: Sorry, passwords do not match. passwd: Authentication token manipulation error passwd: password unchanged 10 [4/5165]mh@swivel:~ $
passwd(1) only documens exit codes 1 through 6.
Please also consider giving distinct exit codes for "current password entered wrong" and "password repeat doesnt match".
Greetings Marc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
passwd returns exit code 10 which is not defined in the manual page.
passwd(1) only documens exit codes 1 through 6.
Please also consider giving distinct exit codes for "current password entered wrong" and "password repeat doesnt match".
Greetings
Marc
The text was updated successfully, but these errors were encountered: