Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 292377

Replace confirm password element with a new password element with show/hide functionality

$
0
0

Problem/Motivation

The current password handling in Drupal is less user friendly. The users are supposed to enter the password twice. We need a password element with the feature to show and hide the password along with removing the requirement to enter the password twice.

Proposed resolution

We shall deprecate the old password element confirm_password and create a new password element with the ability of hide/show password.

Remaining tasks

User interface changes

Password field before patch:-
Before

Password field after patch:-
After

API changes

  1. Programmatic password submits for user create/update now require one value instead of 'pass1' and 'pass2' depending on config

Sign-offs needed

Please don't commit this without signoff from an accessibility maintainer - @mgifford or @andrewmacpherson

Beta phase evaluation

Reference: https://www.drupal.org/core/beta-changes
Issue categoryFeature because usability improvement
Issue priorityNot critical because usability improvement
Unfrozen changesUnfrozen because it only changes CSS/markup
Prioritized changesThe main goal of this issue is usability

Viewing all articles
Browse latest Browse all 292377

Trending Articles