Skip to content
New issue

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

Help text and pdsadmin account command mismatch for resetting account passwords #55

Open
golf1052 opened this issue Feb 24, 2024 · 0 comments

Comments

@golf1052
Copy link

Currently the pdsadmin help command says this about resetting accounts passwords

password-reset <DID>
    Reset a password for an account specified by DID.
    e.g. pdsadmin account reset-password did:plc:xyz123abc456

however the account script expects reset-password instead:

elif [[ "${SUBCOMMAND}" == "reset-password" ]]; then

Either the help text should be updated to reset-password or the account script should expect password-reset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant