Skip to content

Commit

Permalink
fix(roles): remove settings caps from agency role
Browse files Browse the repository at this point in the history
  • Loading branch information
elzinko committed Nov 2, 2023
1 parent f6f8eb6 commit a53f56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function emvp_create_agency_role() {
add_role('emvp_agency', 'Madia validator - Agency', array(
'read' => true, // Permet de lire
'emvp_access_validator' => true,
'emvp_access_settings' => true,
'emvp_access_settings' => false,
'emvp_access_logger' => true,
'emvp_access_export' => true,
)
Expand Down

0 comments on commit a53f56a

Please sign in to comment.