mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Update login to use only symfony
- Add Suite 8 side only login - Do not login on legacy, only initialize session - This enables the usage of other symfony login mechanisms
This commit is contained in:
parent
f3052ab645
commit
84aa865a68
3 changed files with 75 additions and 48 deletions
|
@ -15,6 +15,7 @@ security:
|
|||
security: false
|
||||
main:
|
||||
anonymous: true
|
||||
lazy: true
|
||||
user_checker: App\Security\UserChecker
|
||||
guard:
|
||||
authenticators:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue