Hello @gisle – thanks for checking on this – the reason we still saw the message was us using Rules successor ECA which switches users for role operation permissions (as seen in the demo feature) – effectively receiving the message while in a temporary admin state.
We fixed this by applying a local patch that removes the message output.
Strangely, this patch would still show the message to users who definitely weren't being able to access the admin/rebuild page.
stolzenhain → created an issue.
Thanks for this issue and the linking of #3389715 – patch works fine.
this threw some errors by now; should be noted that the linked issue is resolved by now; there is a user/edit route in core →
Thanks to @lind101 for working out a solution to this!
To use this on fresh installation and apply the working patch on #15, we had to
1. refer to the
lenient endpoint package →
allowing to bypass version requirements
2. add the regcode
module as an exception
3. successfully requiring the module, after which the
4. the patch file of the drupacode merge could be applied to fix the behaviour
(props to @morenstrat → for pointing to the lenient plugin)
it appears this was fixed with the recent update → .
it appears this was fixed with the recent update → .
> i couldn't find this issue referenced in any of the recent releases notes, which release fixed this issue?
@munchmunch it was fixed in [3.2.3]( https://www.drupal.org/project/multiple_registration/releases/3.2.3 → )
Joachim Namyslo → credited Stolzenhain → .