This is a very much needed feature request. We have had intermittent SMTP server issues (3rd party) and being able to choose a second / alternate would allow us to work around the issues.
Patch in comment #50 works well so far on 4.0.3. Thank you to all who worked on this.
Just discovered this recently. With Drupal 10.1, the default for a request in views using AJAX is no longer POST but GET. You are likely bumping up against a too long URL.
https://www.drupal.org/node/3193798 →
PS: This has created real pain points with a site I'm working on. Not impressed that a big change like that happened in a dot release of Drupal.
Just discovered this recently. With Drupal 10.1, the default for a request in views using AJAX is no longer POST but GET. You are likely bumping up against a too long URL.
https://www.drupal.org/node/3193798 →
PS: This has created real pain points with a site I'm working on. Not impressed that a big change like that happened in a dot release of Drupal.
This issue just occurred for a site we maintain. The IP address in the whitelist was blocked. Removed from the IP address bans list and with just one more failed login attempt, the IP was again banned. The whitelist functionality does not seem to be fully tested.