tce_user_registration.php
Tags
Table of Contents
Constants
- K_USRREG_ADMIN_EMAIL = ''
- The following email will receive copies of verification messages.
- K_USRREG_AGREEMENT = ''
- URL of an HTML page containing the registration agreement (i.e.: "http://www.example.com/agreement.html").
- K_USRREG_EMAIL_CONFIRM = \true
- If true requires email confirmation.
- K_USRREG_ENABLED = \true
- If true enable USER REGISTRATION.
- K_USRREG_GROUP = 1
- Default user group ID for registered user.
- K_USRREG_PASSWORD_RE = '^(.{8,})$'
- Regular expression defining the allowed characters for a password
Constants
K_USRREG_ADMIN_EMAIL
The following email will receive copies of verification messages.
public mixed K_USRREG_ADMIN_EMAIL =
''
K_USRREG_AGREEMENT
URL of an HTML page containing the registration agreement (i.e.: "http://www.example.com/agreement.html").
public mixed K_USRREG_AGREEMENT =
''
K_USRREG_EMAIL_CONFIRM
If true requires email confirmation.
public mixed K_USRREG_EMAIL_CONFIRM =
\true
K_USRREG_ENABLED
If true enable USER REGISTRATION.
public mixed K_USRREG_ENABLED =
\true
K_USRREG_GROUP
Default user group ID for registered user.
public mixed K_USRREG_GROUP =
1
K_USRREG_PASSWORD_RE
Regular expression defining the allowed characters for a password
public mixed K_USRREG_PASSWORD_RE =
'^(.{8,})$'