mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 09:14:48 +02:00
Allow to disable a user in admin settings.
When a user is disabled, he can not login.
This commit is contained in:
parent
dd1dc54d97
commit
2187f5eac2
7 changed files with 216 additions and 2 deletions
|
@ -16,6 +16,7 @@ security:
|
|||
security: false
|
||||
main:
|
||||
anonymous: true
|
||||
user_checker: App\Security\UserChecker
|
||||
|
||||
# activate different ways to authenticate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue