Allow to disable a user in admin settings.

When a user is disabled, he can not login.
This commit is contained in:
Jan Böhmer 2019-10-26 23:22:27 +02:00
parent dd1dc54d97
commit 2187f5eac2
7 changed files with 216 additions and 2 deletions

View file

@ -16,6 +16,7 @@ security:
security: false
main:
anonymous: true
user_checker: App\Security\UserChecker
# activate different ways to authenticate