CC-2255: Separate user types admin and program manager
- New user type 'Program Manager' added - 'Program Manager' gets same previlage as Admin but doesn't have access to Configure menu - Changed user type name 'Host' to 'DJ'
This commit is contained in:
parent
f46cdd3888
commit
ad3ef3ec30
6 changed files with 65 additions and 22 deletions
|
@ -73,7 +73,8 @@ class Application_Form_AddUser extends Zend_Form
|
|||
$select->setAttrib('style', 'width: 40%');
|
||||
$select->setMultiOptions(array(
|
||||
"G" => "Guest",
|
||||
"H" => "Host",
|
||||
"H" => "DJ",
|
||||
"P" => "Program Manager",
|
||||
"A" => "Admin"
|
||||
));
|
||||
$select->setRequired(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue