Question for anyone here: Is there any way to do something similar to this but for entities in general?
See new issue: https://www.drupal.org/project/simple_access_log/issues/3350303 β¨ Entity reference in Access Log Active
JasonLuttrell β created an issue.
Sharing this in case anyone else runs into this. The SimpleLogin twig template seems to cause a problem with Captchas because it does not contain:
{{ element.captcha }}
https://www.drupal.org/project/captcha/issues/3226557#comment-14932433 π Captcha doesn't appear by default but shows error "Math question field is required" and login fails. Closed: cannot reproduce
@apaderno - do you know if there is any way I can reassign the ownership or management of the page to another Drupal.org user?
@Anybody once I resolved this with a workaround, I did not spend any time looking into this further. Sorry. If I run into this again, will reopen.
@nicksanta - ultimately, I removed the module. For security purposes, Username Enumeration Prevention is a recommended best practice but in terms of project requirements, it's a nice-to-have. FWIW, in the past when I saw a class not found error, it was due to changes in Drupal's internal API. If the module has not been updated, I'd double-check the file paths.
Note that the current patches also have no effect: #3284891-9 and #3125970-7.
JasonLuttrell β created an issue.
The patch in #9 works for me and also includes a patch here (can probably close the other if this is merged):
https://www.drupal.org/project/delete_all/issues/3252017
π
Error when trying to delete contents
Fixed
That said, I'm still having an issue with drush dadc and drush dadu not working on the command line (Drupal 9.5.3/Drush 11.4.0). But with this fix, at least I'm able to use this module from the admin page. Will create a separate issue for that.
FWIW, this patch is also rolled up under another fix and you probably don't need both: https://www.drupal.org/project/delete_all/issues/3284891#comment-14706744 π Too few arguments to function Drupal\delete_all\Controller\DeleteControllerBase::__construct() Fixed
+1 confirmed that the patch is ready and fixed the error for me too.
This is trivial, but I'm resubmitting the patch here with the correct whitespace, as the previous one did not apply cleanly.
JasonLuttrell β made their first commit to this issueβs fork.