Skip to content
Snippets Groups Projects

[#3080830] - Provide the ability to add attributes to the pass2 element of password_confirm

Open [#3080830] - Provide the ability to add attributes to the pass2 element of password_confirm
1 unresolved thread
Open danielveza requested to merge issue/drupal-3080830:3080830-password-confirm-field into 11.x
1 unresolved thread

Closes #3080830

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
231 231 unset($definitions['broken']);
232 232 }
233 233 }
234
235 /**
236 * Implements hook_form_FORM_ID_alter() for the registration form.
237 */
238 function field_test_form_user_form_alter(&$form, FormStateInterface $form_state) {
  • Lets change the approach for tests, and the implementation.

    We should be able to merge attributes in rather than implementing dedicated element properties.

  • Please register or sign in to reply
    Loading