- Status changed to Postponed: needs info
about 1 year ago 8:59pm 7 April 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Thanks to everyone for the work on this issue.
I'm going through all the 8.x issues.
As the 8.x is no longer supported, I'm postponing this issue for now and need feedback as to whether or not this issue is relevant to 4.0.x.
If it is, please reopen and change the version, make sure the issue summary is clear and complete, including steps to reproduce, and reroll the patch. If it's not, please close.
If there is no response to this in a month addressing the above, it can be closed.
- Status changed to Active
6 months ago 8:52am 14 October 2024 - π―π΄Jordan Anas_maw
Yes, it's related to 4.x, we are on 4.0.3 and we are facing the same issue
- π©πͺGermany markdc Hamburg
Adding related issues for this.
For 2968052 see #16 β¨ Replace core password suggestions and evaluate constrains in real time Postponed: needs info .
- π©πͺGermany markdc Hamburg
I got it working.
I was also not seeing a box for anonymous. While testing, I deselected authenticated role and saved the config form. Cleared cache. Now the anonymous role is in the configuration form. Selected, saved, and I see the table on the user registration form. Yay.
- π«π·France damien laguerre
damien laguerre β made their first commit to this issueβs fork.
- Merge request !103Issue #3313445 - Password policy table do not displays for anonymous user - regression β (Open) created by damien laguerre
- π«π·France damien laguerre
I created an MR with patch #4.
I've also modified the tableShouldBeVisible and validationShouldRun methods because the table isn't displayed but the rules aren't applied either.I haven't found the reason for these tests:
if ($this->currentUser->isAnonymous() && $this->userSettingsConfig->get('verify_mail') && $this->routeMatch->getRouteName() !== 'user.reset') { return FALSE; }