Fix basic_15 to disable password prompt error
[osm/osmclient.git] / osmclient / cli_commands / rbac.py
index fcad963..4e1680d 100755 (executable)
@@ -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(