Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 472 Bytes

commands.md

File metadata and controls

19 lines (12 loc) · 472 Bytes

ACSPanel commands

acl-manager:update-entity "ACS/ACSPanelBundle/Entity/Domain"

php app/console acl-manager:update-entity ACS\\ACSPanelBundle\\Entity\\Domain

Generate all acl entries based on entity passed. It takes user relationships and fill acl database with the correct acl entries.

acs:add-service-to-user "service" "username"

Adds permission to user to use a service.

php app/console acs:add-service-to-user "service" "username"