bluesky-social / pds

Bluesky PDS (Personal Data Server) container image, compose file, and documentation
Other
816 stars 76 forks source link

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

Open golf1052 opened 7 months ago

golf1052 commented 7 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

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