- 🇩🇪Germany Grevil
Fixed through 🌱 [2.x] Rework username generation save logic Active .
Automatically closed - issue fixed for 2 weeks with no activity.
My gut says that the merged
fix →
in #3034828 may introduced a regression. Should not it is being checked if if (!($form_state->getFormObject()->getEntity()->id() === $account->id() && $account->hasPermission('change own username')) || $account->hasPermission('administer users'))) {
, iow the user who is checking the form is the user that is belongs? Maybe some extra handling is required for anonymous user too, because this form is being called on the user registration form too, if I am not mistaken. (See contact_form_user_form_alter()
).
Fixed
1.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Fixed through 🌱 [2.x] Rework username generation save logic Active .
Automatically closed - issue fixed for 2 weeks with no activity.