You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// available user permission types that are matched by user_type column in the users table
'user_types' => array(
'admin' => 100,
'reviewer' => 20,
'user' => 10
),
but no management for this, are there any plans for implementing this?