- Status changed to Closed: works as designed
over 1 year ago 1:53am 2 October 2023
Basically, PasswordlessLoginForm::submitForm()
does not actually use the configured content for the confirmation message, but hard codes the string, so you can't customize it.
Change the confirmation page text and disable the confirmation page; request a log-in link. The Drupal message will not reflect your confirmation page text but the hard-coded default.
Have PasswordlessLoginForm::submitForm()
use the configured confirmation page text.
Closed: works as designed
2.0
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.