Password display in IM Dashboard
Closed this issue · 2 comments
sebastian-luna-valero commented
Hello,
Below are 3 templates defining passwords as input the same way:
tosca/templates/dydns_egi_update_vm.yml
Line 25 in 62348b6
Line 30 in 62348b6
tosca/templates/htcondor_cluster.yml
Line 85 in 62348b6
Howver, in IM Dashboard the pulsar
and htcondor
password fields in the forms are hidden but not in dyndns
.
Do you know why?
Thanks!
micafer commented
The dashboard, in case the word "password" appears in the name of the input value, is set as a "password" input in HTML.
If you want to force it to be a password you have to define it in the tabs section:
tabs:
tab_name:
- input_name:
tag_type: password
sebastian-luna-valero commented