tce_auth.php
Tags
Table of Contents
Constants
- K_ADMIN_LINK = 5
- Required user's level to display a link for administration area
- K_AUTH_PAGE_USER = 1
- Required user's level to access user page submenu
- K_AUTH_PUBLIC_INDEX = 1
- Required user's level to access index page.
- K_AUTH_PUBLIC_TEST_EXECUTE = 1
- Required user's level to execute a test
- K_AUTH_PUBLIC_TEST_INFO = 1
- Required user's level to view test general information
- K_AUTH_PUBLIC_TEST_RESULTS = 1
- Required user's level to view test results
- K_AUTH_SSL_LEVEL = \false
- Minimum page level for which a valid client SSL certificate is required.
- K_AUTH_SSLIDS = ''
- Comma separated lit of SSL certificates IDs required to access pages with K_AUTH_SSL_LEVEL level or more.
- K_AUTH_USER_CHANGE_EMAIL = 1
- Required user's level to change email
- K_AUTH_USER_CHANGE_PASSWORD = 1
- Required user's level to change password
Constants
K_ADMIN_LINK
Required user's level to display a link for administration area
public mixed K_ADMIN_LINK = 5
K_AUTH_PAGE_USER
Required user's level to access user page submenu
public mixed K_AUTH_PAGE_USER =
1
K_AUTH_PUBLIC_INDEX
Required user's level to access index page.
public mixed K_AUTH_PUBLIC_INDEX =
1
K_AUTH_PUBLIC_TEST_EXECUTE
Required user's level to execute a test
public mixed K_AUTH_PUBLIC_TEST_EXECUTE =
1
K_AUTH_PUBLIC_TEST_INFO
Required user's level to view test general information
public mixed K_AUTH_PUBLIC_TEST_INFO =
1
K_AUTH_PUBLIC_TEST_RESULTS
Required user's level to view test results
public mixed K_AUTH_PUBLIC_TEST_RESULTS =
1
K_AUTH_SSL_LEVEL
Minimum page level for which a valid client SSL certificate is required.
public mixed K_AUTH_SSL_LEVEL =
\false
Use false or a level above 10 to disable the control. Use 0 to enable for all area. Use 10 to enable just for the ADMIN pages.
K_AUTH_SSLIDS
Comma separated lit of SSL certificates IDs required to access pages with K_AUTH_SSL_LEVEL level or more.
public mixed K_AUTH_SSLIDS = ''
K_AUTH_USER_CHANGE_EMAIL
Required user's level to change email
public mixed K_AUTH_USER_CHANGE_EMAIL =
1
K_AUTH_USER_CHANGE_PASSWORD
Required user's level to change password
public mixed K_AUTH_USER_CHANGE_PASSWORD
= 1