admin fixe after martin feedbacks

This commit is contained in:
2017-02-22 20:19:17 +01:00
parent 33ad7ac7c3
commit a6dced5bb3
11 changed files with 454 additions and 150 deletions
@@ -16,18 +16,6 @@ function admin_user_default_roles() {
'weight' => 2,
);
// Exported role: anonymous user.
$roles['anonymous user'] = array(
'name' => 'anonymous user',
'weight' => 0,
);
// Exported role: authenticated user.
$roles['authenticated user'] = array(
'name' => 'authenticated user',
'weight' => 1,
);
// Exported role: root.
$roles['root'] = array(
'name' => 'root',