added fas-system group
This commit is contained in:
parent
b3583fbdee
commit
01ec4ff354
1 changed files with 2 additions and 0 deletions
|
@ -453,6 +453,8 @@ INSERT INTO groups (name, display_name, owner_id, group_type) VALUES ('cla_sign'
|
|||
INSERT INTO groups (name, display_name, owner_id, group_type) VALUES ('cla_click', 'Click-through CLA Group', (SELECT id from people where username='admin'), 'tracking');
|
||||
INSERT INTO groups (name, display_name, owner_id, group_type) VALUES ('accounts', 'Account System Admins', (SELECT id from people where username='admin'), 'tracking');
|
||||
INSERT INTO groups (name, display_name, owner_id, group_type) VALUES ('fedorabugs', 'Fedora Bugs Group', (SELECT id from people where username='admin'), 'tracking');
|
||||
INSERT INTO groups (name, display_name, owner_id, group_type) VALUES ('fas-system', 'System users allowed to get password and key information', (SELECT id from people where username='admin'), 'tracking');
|
||||
|
||||
|
||||
INSERT INTO person_roles (person_id, group_id, role_type, role_status, internal_comments, sponsor_id) VALUES ((SELECT id from people where username='admin'), (select id from groups where name='accounts'), 'administrator', 'approved', 'created at install time', (SELECT id from people where username='admin'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue