Add tech admin to seeded admin user (#12858)
This commit is contained in:
parent
5dc72f137d
commit
3f3d7e8707
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ seeder.create_if_doesnt_exist(User, "email", "admin@forem.local") do
|
|||
)
|
||||
|
||||
user.add_role(:super_admin)
|
||||
user.add_role(:tech_admin)
|
||||
end
|
||||
|
||||
##############################################################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue