Also, I reapplied my own patch (thanks, "2021 Jason"), which rolled back the tinycon.min.js file - but it didn't help.
Hi @abhisekmazumdar โ this is a strange one.
I just retested using version 4.0.21 on Chrome 135.0.7049.115 (Official Build, x86_64) on macOS. Iโm also running the Gin theme with the Gin toolbar. I'm attaching an image.
Hereโs whatโs odd: everything works fine on a remote server and in other browsers, but the issue still occurs locally in Chrome. Iโve cleared the cache (Cmd + Shift + R), but that didnโt help.
From what I can tell, there havenโt been many recent changes to the relevant JS files, but Iโm stumped as to why this is still happening. It seems unlikely to be a coincidenceโsame issue, years apart. The environment letter (in my case, "D") and the background square are misaligned.
I didnโt see any errors in Chromeโs inspector, but I wonder if thereโs a rendering quirk specific to local environments.
Iโve marked this as Needs Work since the issue still technically exists (albeit only locally and in one browser). I also downgraded the priority to Minor given the limited impact.
Thanks again!
+1 on getting this to a stable release. I use this all the time, but it would help immensely for it to get the security shield.
+1. I know this is old, but I would like to elevate this if possible.
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.