Prevent a user from lock itself out from the user system.

This commit is contained in:
Jan Böhmer 2019-09-11 18:50:23 +02:00
parent 856e20586f
commit 90d449ea22
6 changed files with 164 additions and 1 deletions
src/Controller

View file

@ -87,5 +87,7 @@ class DebugController extends AbstractController
$translator->trans('flash.notice');
$translator->trans('flash.info');
$translator->trans('validator.noLockout');
}
}