Skip to content

Commit

Permalink
Adjusting admin role starting privileges.
Browse files Browse the repository at this point in the history
Signed-off-by: EdmondFrank <edmondfrank@hotmail.com>
  • Loading branch information
EdmondFrank committed Jul 9, 2024
1 parent 6b4a6ae commit dd1de5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/compass_admin/user.ex
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ defmodule CompassAdmin.User do
|> validate_required([:name])
end

def normal_role, do: 1
def normal_role, do: 3

def community_role, do: 4

def frontend_dev_role, do: 5

Expand Down

0 comments on commit dd1de5d

Please sign in to comment.