Project

General

Custom queries

Profile

Actions

Feature #29464

closed

Receptor installation playbook job invocation page shows entered password in plaintext (text input)

Added by Marek Hulán about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Templates
Target version:
-
Fixed in Releases:
Found in Releases:

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1814752

Description of problem:
When running the playbook "Configure Cloud Connector", when entering parameters, there is text input "satellite_password". It's not hidden in asterisks, it's plaintext. Users usually expect password fields to be of type password, not text.

Version-Release number of selected component (if applicable):
6.7 snap 16, NOT regression

How reproducible:
Deterministic

Steps to Reproduce:
1. Hosts -> Job Templates
2. Run template Configure Cloud Connector
3. Start typing in field satellite_password

Actual results:
The entered password is visible

Expected results:
The entered password is hidden as passwords usually are


Related issues 1 (0 open1 closed)

Related to Foreman Remote Execution - Bug #29793: 3.2.0 is not compatible with Foreman 2.0ClosedAdam RuzickaActions

Added by Marek Hulán about 5 years ago

Revision 5059cd45 (diff)

Fixes #29464 - plain inputs can be hidden

Some inputs can be sensitive. Users typing such values would prefer to
have the value hidden in the form. The sensitive information can be a
password, private key or general multiline text. Therefore we aren't
limitting the input to type=password, but use text area with hiding
font, similarly to what we do for parameters.

Added by Marek Hulán about 5 years ago

Revision 6203de0e (diff)

Refs #29464 - hide the password value in CCC playbook

Actions

Also available in: Atom PDF