Skip to content

Clicking on the label focus on password field

Eduardo Sanz García requested to merge eduardosanz/crowd-improvements into master

What does this MR do and why?

On the CROWD and LDAP sign-up tabs, clicking on the Password label didn't focus on the password field. We corrected this behaviour by matching the label's for attribute with the id of the Vue password component.

On a second commit, we replace the password by a text field. The attributes name, id and autocomplete are not needed, because the password field is replaced by a Vue password component. To emphasize the placeholder function of the input element we replaced the password type for a text type.

Changelog: changed

Screenshots or screen recordings

After

Screen_Recording_2023-06-06_at_14.44.02

How to set up and validate locally

  1. Enable LDAP following this guide
  2. Enable CROWD following this guide

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports