Application
Table of Contents
Constants
- K_CUSTOM_AUTH_BASIC_PASSWORD_HASH = ''
- Custom user's Password hash generated with https://www.php.net/manual/en/function.crypt.php
- K_CUSTOM_AUTH_BASIC_USER_GROUP_ID = 1
- Custom user group ID.
- K_CUSTOM_AUTH_BASIC_USER_LEVEL = 1
- Custom user level.
- K_CUSTOM_AUTH_BASIC_USERNAME = ''
- Custom user name.
Constants
K_CUSTOM_AUTH_BASIC_PASSWORD_HASH
Custom user's Password hash generated with https://www.php.net/manual/en/function.crypt.php
public mixed K_CUSTOM_AUTH_BASIC_PASSWORD_HASH
= ''
K_CUSTOM_AUTH_BASIC_USER_GROUP_ID
Custom user group ID.
public mixed K_CUSTOM_AUTH_BASIC_USER_GROUP_ID
= 1
K_CUSTOM_AUTH_BASIC_USER_LEVEL
Custom user level.
public mixed K_CUSTOM_AUTH_BASIC_USER_LEVEL
= 1
K_CUSTOM_AUTH_BASIC_USERNAME
Custom user name.
public mixed K_CUSTOM_AUTH_BASIC_USERNAME
= ''