projects
/
osm
/
osmclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08d6559
)
Fix basic_15 to disable password prompt error
70/13570/1
author
selvi.j
<selvi.j@tataelxsi.co.in>
Thu, 22 Jun 2023 10:24:59 +0000
(10:24 +0000)
committer
selvi.j
<selvi.j@tataelxsi.co.in>
Thu, 22 Jun 2023 10:24:59 +0000
(10:24 +0000)
Change-Id: Iedfb9b0dc750203c902682a6a73cdaf2e17d12c1
Signed-off-by: selvi.j <selvi.j@tataelxsi.co.in>
osmclient/cli_commands/rbac.py
patch
|
blob
|
history
diff --git
a/osmclient/cli_commands/rbac.py
b/osmclient/cli_commands/rbac.py
index
fcad963
..
4e1680d
100755
(executable)
--- 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(