mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-20 02:45:01 +02:00
Prevent a user from lock itself out from the user system.
This commit is contained in:
parent
856e20586f
commit
90d449ea22
6 changed files with 164 additions and 1 deletions
src/Controller
|
@ -87,5 +87,7 @@ class DebugController extends AbstractController
|
|||
$translator->trans('flash.notice');
|
||||
$translator->trans('flash.info');
|
||||
|
||||
$translator->trans('validator.noLockout');
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue