Skip to content

Missing single quotes around passowrd reset command #75

@peaklabs-dev

Description

@peaklabs-dev

In the docs for password reset the quotes are missing in the command, to work properly quotes around the name are necessary.
Command in the docs:

clpctl user:reset:password --userName=john.doe --password='!newPassword!'

Correct Command:

clpctl user:reset:password --userName='john.doe' --password='!newPassword!'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions