X Tutup
Skip to content

Fix: Selecting the "show password" icon in password input field does not show the password#39528

Merged
AlexAndBear merged 1 commit intorelease-10.9.0from
issues/39527
Nov 23, 2021
Merged

Fix: Selecting the "show password" icon in password input field does not show the password#39528
AlexAndBear merged 1 commit intorelease-10.9.0from
issues/39527

Conversation

@AlexAndBear
Copy link

@AlexAndBear AlexAndBear commented Nov 23, 2021

Description

During the installation, the user should be able to click the eye icon in the admin
user and database password field to see the password, this recently
stopped to work and has been fixed with this change.

Related Issue

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:
  • Changelog item, see TEMPLATE

@update-docs
Copy link

update-docs bot commented Nov 23, 2021

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@AlexAndBear AlexAndBear self-assigned this Nov 23, 2021
@phil-davis phil-davis requested a review from Talank November 23, 2021 11:01
Copy link
Contributor

@phil-davis phil-davis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works - tested by:

  • set 'installed' => false, in config/config.php
  • browse to the URL of the installation
  • the installation page is displayed
  • enter text in the 2 password fields
  • toggle the "show password" icon in each
  • the password(s) is displayed

@AlexAndBear AlexAndBear changed the base branch from master to release-10.9.0 November 23, 2021 11:48
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Selecting the "show password" icon in password input field does not show the password

3 participants

X Tutup