Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 896 Bytes

File metadata and controls

44 lines (26 loc) · 896 Bytes

user-change-password

Change user password

SYNOPSIS

couchbase-cli-user-change-password [--cluster <url>] [--username <username>]
    [--password <password>] [--new-password <password>]

DESCRIPTION

Changes the password of the current user.

OPTIONS

--new-password <password>

The new password.

EXAMPLES

To change the user password run the following command.

$ couchbase-cli user-change-password -c 192.168.1.5 -u readOnly \
 -p password --new-password newpassword

ENVIRONMENT AND CONFIGURATION VARIABLES

SEE ALSO