mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 10:05:03 +00:00
create Access Control Model
This commit is contained in:
@@ -17,5 +17,15 @@ Chill\MainBundle\Entity\User:
|
||||
salt:
|
||||
type: string
|
||||
length: 255
|
||||
nullable: true
|
||||
enabled:
|
||||
type: boolean
|
||||
default: true
|
||||
locked:
|
||||
type: boolean
|
||||
default: false
|
||||
manyToMany:
|
||||
groupCenters:
|
||||
targetEntity: Chill\MainBundle\Entity\GroupCenter
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user