- Issue created by @kanchamk
- last update
over 1 year ago 100 pass - last update
over 1 year ago 100 pass - 🇦🇺Australia cafuego
If you need to redirect the user to a specific URL, you should not hard-code that, but make it a config option.
In the mean time, a good first step is probably to simply check whether the user is blocked and *not* display the generic error if this is the case.
Drupal already shows "The username has not been activated" and the additional generic error message from openid_connect is confusing, as there was no error :-)
- Merge request !117[#3390668] Do not output an (extra) error if the user trying to login is blocked. → (Open) created by cafuego
- Status changed to RTBC
17 days ago 6:28am 9 April 2025 - 🇧🇪Belgium BramDriesen Belgium 🇧🇪
Patch looks good, no longer shows the generic login error when the user is created in a blocked state.