Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
User expired
tcexam_uibk
Commits
7b6d8022
Commit
7b6d8022
authored
Mar 09, 2015
by
User expired
Browse files
added some permissions for operator level
parent
33fe3771
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
admin/config.default/tce_auth.php
admin/config.default/tce_auth.php
+3
-3
No files found.
admin/config.default/tce_auth.php
100755 → 100644
View file @
7b6d8022
...
...
@@ -54,7 +54,7 @@ define ('K_AUTH_INDEX', K_AUTH_OPERATOR);
/**
* Required user's level to access "user editor".
*/
define
(
'K_AUTH_ADMIN_USERS'
,
K_AUTH_
ADMINIST
RATOR
);
define
(
'K_AUTH_ADMIN_USERS'
,
K_AUTH_
OPE
RATOR
);
/**
* Required user's level to delete users.
...
...
@@ -74,7 +74,7 @@ define ('K_AUTH_IMPORT_USERS', K_AUTH_ADMINISTRATOR);
/**
* Required user's level to access "group editor".
*/
define
(
'K_AUTH_ADMIN_GROUPS'
,
K_AUTH_
ADMINIST
RATOR
);
define
(
'K_AUTH_ADMIN_GROUPS'
,
K_AUTH_
OPE
RATOR
);
/**
* Required user's level to delete user groups.
...
...
@@ -144,7 +144,7 @@ define ('K_AUTH_ADMIN_RESULTS', K_AUTH_OPERATOR);
/**
* Required user's level to import questions.
*/
define
(
'K_AUTH_ADMIN_IMPORT'
,
K_AUTH_
ADMINIST
RATOR
);
define
(
'K_AUTH_ADMIN_IMPORT'
,
K_AUTH_
OPE
RATOR
);
/**
* Required user's level to import OMR answers.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment