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
838cedcf
Commit
838cedcf
authored
Apr 14, 2015
by
User expired
Browse files
changed permissions for user/group changes
parent
b853799d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
public/config.default/tce_auth.php
public/config.default/tce_auth.php
+3
-3
No files found.
public/config.default/tce_auth.php
100755 → 100644
View file @
838cedcf
...
...
@@ -60,17 +60,17 @@ define ('K_AUTH_PUBLIC_TEST_RESULTS', 1);
/**
* Required user's level to access user page submenu
*/
define
(
'K_AUTH_PAGE_USER'
,
1
);
define
(
'K_AUTH_PAGE_USER'
,
5
);
/**
* Required user's level to change email
*/
define
(
'K_AUTH_USER_CHANGE_EMAIL'
,
1
);
define
(
'K_AUTH_USER_CHANGE_EMAIL'
,
1
0
);
/**
* Required user's level to change password
*/
define
(
'K_AUTH_USER_CHANGE_PASSWORD'
,
1
);
define
(
'K_AUTH_USER_CHANGE_PASSWORD'
,
1
0
);
/**
* Required user's level to display a link for administration area
...
...
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