X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fcli_commands%2Frbac.py;fp=osmclient%2Fcli_commands%2Frbac.py;h=4e1680d17247d255845b8d5cf69f293a5adfcdd2;hb=2947e79a42d945edf7b1eed50ccb6191329a9dc3;hp=fcad9632f7e4879a6782a3640b1414d73874e003;hpb=08d655951c662042f370edc7f7d75cb7d3b3846a;p=osm%2Fosmclient.git 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(