It looks like the issues that were merged into the dev branch fixed this issue. I'm testing with Drupal 9.5 and this is not happening. Postponing the issue for now. If someone again encounters the problem please change the issue back to active.
- Status changed to Active
about 1 year ago 10:04am 29 September 2023 - π©π°Denmark ressa Copenhagen
Thanks for checking up on this @admirlju, but I am still seeing it in Drupal 10.1.2 and the latest dev-release of Automated Logout, running in DDEV, and in both Vivaldi and Firefox.
Perhaps you can try in Drupal 10.1.2, and check if that makes any difference?
Tip: You probably already know this, but you can speed up the process by overriding the "Timeout value in seconds" and set it lower than 60 seconds (the minimum via the form) with this:
$ drush config:set autologout.settings timeout 5 -y $ drush config:set autologout.settings padding 5 -y
Yeah, now I can replicate it. Will try to figure out what is going on.
- Merge request !47Issue #3324738: Drush login is blocked first time your try to login after an autologout β (Merged) created by admirlju
- Status changed to Needs review
about 1 year ago 8:11am 2 October 2023 I think I figured it out. Now when logout happens instead of destroying the session it's cleared and tested on 10.1.x, following the steps to reproduce, I get logged in correctly the second time. Just in case made sure it doesn't break anything for Drupal 9.5 or Drupal 9.2.
Could someone please review it.
- π©π°Denmark ressa Copenhagen
Nice catch @admirlju, thanks! Your patch fixes it for me, and I am logged in on first attempt, as expected.
- Status changed to RTBC
about 1 year ago 9:04am 14 October 2023 - π¬π§United Kingdom the_g_bomb
Looking good to me as well. Resolves the issue I was facing, thank you.
- First commit to issue fork.
-
jrglasgow β
committed 315257a1 on 8.x-1.x authored by
admirlju β
Issue #3324738: Drush login is blocked first time your try to login...
-
jrglasgow β
committed 315257a1 on 8.x-1.x authored by
admirlju β
- Status changed to Fixed
7 months ago 7:56pm 12 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.