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
465faffc
Commit
465faffc
authored
Jun 23, 2015
by
User expired
Browse files
changes user level for rename/delete media files to operator / backup and OMR to admin
parent
61589afa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
admin/config.default/tce_auth.php
admin/config.default/tce_auth.php
+5
-5
No files found.
admin/config.default/tce_auth.php
View file @
465faffc
...
...
@@ -154,12 +154,12 @@ define ('K_AUTH_ADMIN_IMPORT', K_AUTH_OPERATOR);
/**
* Required user's level to import OMR answers.
*/
define
(
'K_AUTH_ADMIN_OMR_IMPORT'
,
K_AUTH_
OPE
RATOR
);
define
(
'K_AUTH_ADMIN_OMR_IMPORT'
,
K_AUTH_
ADMINIST
RATOR
);
/**
* Required user's level to
import questions.
* Required user's level to
backup and restore the database
*/
define
(
'K_AUTH_BACKUP'
,
K_AUTH_
OPE
RATOR
);
define
(
'K_AUTH_BACKUP'
,
K_AUTH_
ADMINIST
RATOR
);
/**
* Required user's level to access file manager for multimedia files.
...
...
@@ -174,12 +174,12 @@ define ('K_AUTH_ADMIN_DIRS', K_AUTH_ADMINISTRATOR);
/**
* Required user's level to delete multimedia files.
*/
define
(
'K_AUTH_DELETE_MEDIAFILE'
,
K_AUTH_
ADMINIST
RATOR
);
define
(
'K_AUTH_DELETE_MEDIAFILE'
,
K_AUTH_
OPE
RATOR
);
/**
* Required user's level to rename multimedia files.
*/
define
(
'K_AUTH_RENAME_MEDIAFILE'
,
K_AUTH_
ADMINIST
RATOR
);
define
(
'K_AUTH_RENAME_MEDIAFILE'
,
K_AUTH_
OPE
RATOR
);
/**
* Required user's level to edit SSL certificates.
...
...
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