Problem/Motivation
At #3594332: Add a user:login command to generate a one-time login link moshe wanted to change the status message after using a 1-time login link to remove this:
You can set your new password now.
However, there's some pushback about that for adding that command to 11.4.x, since it's a translation-breaking change, and 11.4.0-rc1 is already out. Let's fix it here in a separate issue so it can go into main and 11.x for 11.5.0.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3600628
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3600628-remove-misleading-help-after-1-time-login
changes, plain diff MR !16051
Comments
Comment #2
dwwComment #4
smustgrave commentedBelieve random nightwatch failure. Don't see anything in there that would reference "You can set your new password now." so can't imagine that broke it.
Comment #6
catchCommitted/pushed to main and 11.x, thanks!