bluesky-social / pds

Bluesky PDS (Personal Data Server) container image, compose file, and documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help text and pdsadmin account command mismatch for resetting account passwords

golf1052 opened this issue · comments

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