Proposed mid level user
This user shall be afforded the ability to add new Server alerts, and see/edit only the alerts they create or are given by an Admin.pull/336/head
parent
4e86794aff
commit
66fa641bab
|
@ -33,6 +33,7 @@ define('PSM_PATH_LANG', PSM_PATH_SRC . 'lang' . DIRECTORY_SEPARATOR);
|
|||
|
||||
// user levels
|
||||
define('PSM_USER_ADMIN', 10);
|
||||
define('PSM_USER_MANAGER', 15);
|
||||
define('PSM_USER_USER', 20);
|
||||
define('PSM_USER_ANONYMOUS', 30);
|
||||
|
||||
|
|
Loading…
Reference in New Issue