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

adding role submitter

parent 6049155a
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ Role.create(name: 'curator', description: 'This role represents a content Curato ...@@ -12,6 +12,7 @@ Role.create(name: 'curator', description: 'This role represents a content Curato
Role.create(name: 'moderator', description: 'This role represents a content Moderator in Portal MEC, with less privileges than admin.') 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: '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.') Role.create(name: 'editor', description: 'This role represents a content Supervisor in Portal MEC, with less privileges than admin.')
Role.create(name: 'submitter', description: 'This role represents a content submitter in Portal MEC.')
# create the default admin # create the default admin
User.create( 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