grycap/tosca

Password display in IM Dashboard

Closed this issue · 2 comments

Hello,

Below are 3 templates defining passwords as input the same way:

Howver, in IM Dashboard the pulsar and htcondor password fields in the forms are hidden but not in dyndns.

Do you know why?

Thanks!

image
image
image

Hi @sebastian-luna-valero,

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

Many thanks @micafer

Addressing it via #170