From: Andy Allan Date: Wed, 5 Jan 2022 18:14:30 +0000 (+0000) Subject: Fix display of suspension message when a user is suspended mid-session X-Git-Tag: live~1446^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4bed9c12a0b5e8302098f1646802ce247abf95ee?hp=4bed9c12a0b5e8302098f1646802ce247abf95ee Fix display of suspension message when a user is suspended mid-session Without the ability defined, the user is still logged out, but then the deny_access check redirects to the login page. The re-login attempt would then fail anyway, with an error message, but let's fix the abilities and use the intended page. ---