Skip to content
Snippets Groups Projects

#Issue 3503840: Remove Save and login as @username.

1 unresolved thread

Closes #3503840

Merge request reports

Members who can merge are allowed to add commits.

Merge request pipeline passed with warnings for c2ccd765

Approval is optional
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
  • 1 commit will be added to 8.x-1.x.
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
23 23
24 24 $form['actions']['submit']['#submit'][] = 'simple_pass_reset_pass_reset_submit';
25 25
26 $form['actions']['submit']['#value'] = t('Save and log in as @username', ['@username' => $account->getDisplayName()]);
26 $form['actions']['submit']['#value'] = t('Save and log in', ['@username' => $account->getDisplayName()]);
  • added 1 commit

    • c2ccd765 - #Issue 3503840: Remove username.

    Compare with previous version

  • Please register or sign in to reply
    Loading