Open golf1052 opened 9 months ago
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: https://github.com/bluesky-social/pds/blob/9126d65b8808ebd3f1d3cc1163126201b06aa95a/pdsadmin/account.sh#L205
reset-password
Either the help text should be updated to reset-password or the account script should expect password-reset
password-reset
Currently the pdsadmin help command says this about resetting accounts passwords
however the account script expects
reset-password
instead: https://github.com/bluesky-social/pds/blob/9126d65b8808ebd3f1d3cc1163126201b06aa95a/pdsadmin/account.sh#L205Either the help text should be updated to
reset-password
or the account script should expectpassword-reset