Skip to content
Snippets Groups Projects
Commit f8fa06c0 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3344818: Add Permissions for user roles to Varbase Social Single...

Issue #3344818: Add Permissions for user roles to Varbase Social Single Sign-On from scanned config/permissions directory
parent aafe7bc0
Branches
Tags 9.0.8
No related merge requests found
id: anonymous
permissions: { }
id: authenticated
permissions: { }
id: content_admin
permissions: { }
id: editor
permissions: { }
id: seo_admin
permissions: { }
id: site_admin
permissions: { }
......@@ -5,17 +5,20 @@
* Install, update and uninstall functions for the varbase auth module.
*/
use Vardot\Installer\ModuleInstallerFactory;
use Vardot\Installer\ModuleInstallerFactory;
/**
* Implements hook_install().
*/
function varbase_auth_install() {
// Processer for install: in varbase_auth.info.yml file.
// Processor for install: in varbase_auth.info.yml file.
// ---------------------------------------------------------------------------.
ModuleInstallerFactory::installList('varbase_auth');
// Add permissions.
ModuleInstallerFactory::addPermissions('varbase_auth');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment