From: selvi.j Date: Thu, 22 Jun 2023 10:24:59 +0000 (+0000) Subject: Fix basic_15 to disable password prompt error X-Git-Tag: release-v14.0-start~7 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=2947e79a42d945edf7b1eed50ccb6191329a9dc3;p=osm%2Fosmclient.git Fix basic_15 to disable password prompt error Change-Id: Iedfb9b0dc750203c902682a6a73cdaf2e17d12c1 Signed-off-by: selvi.j --- diff --git a/osmclient/cli_commands/rbac.py b/osmclient/cli_commands/rbac.py index fcad963..4e1680d 100755 --- a/osmclient/cli_commands/rbac.py +++ b/osmclient/cli_commands/rbac.py @@ -366,9 +366,9 @@ def user_create(ctx, username, password, projects, project_role_mappings, domain @click.option( "--new-password", "new_password", - prompt=True, - hide_input=True, - confirmation_prompt=True, + # prompt=True, + # hide_input=True, + # confirmation_prompt=True, help="new user password", ) @click.option(