Skip to content
Snippets Groups Projects
Commit b1813bf1 authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

new user's profiles

parent 548d7540
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@ Role.create(name: 'student', description: 'This role represents a Student in Por
Role.create(name: 'admin', description: 'This role represents an MEC Admin, that can perform any action.')
Role.create(name: 'curator', description: 'This role represents a content Curator in Portal MEC.')
Role.create(name: 'moderator', description: 'This role represents a content Moderator in Portal MEC, with less privileges than admin.')
Role.create(name: 'supervisor', description: 'This role represents an user Supervisor in Portal MEC.')
Role.create(name: 'editor', description: 'This role represents a content Supervisor in Portal MEC, with less privileges than admin.')
# create the default admin
User.create(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment