meta data for this page
  •  
Translations of this page:

All config file options

Constants and variables

Filtered by category='security'

#editcategorytypepurposeallowed valuesdefault
1allowed_referrerssecurityvariableDomains that can refer to the phpList systemarray of domainsempty array
2require_loginsecurityvariableActivate the authentication system0 11
3access_control_allow_originsecurityconstantBlock requests from an incorrect locationhttp://'.$_SERVER['HTTP_HOST']
4access_control_allow_originssecurityconstantBlock requests from an incorrect location, but allow multiple domainsarray of domainsundefined
5add_email_throttlesecurityconstantLimit the use of the Add email in the send test functionalityAny number1
6askforpasswordsecurityconstantAsk subscribers to enter a password for their profile when they registertrue false 0 10
7check_referrersecurityconstantVerify that the referring web page is allowedtrue false 0 11
8check_sessionipsecurityconstantVerify the session of the logged in administratortrue false 0 11
9encryption_algosecurityconstantThe encryption method to use when encrypting passwordsany algorithm accepted in your PHP system, see http://php.net/hash-algossha256
10encrypt_admin_passwordssecurityconstantEnable encryption of admin passwordstrue false 0 11
11hash_algosecurityconstantThe hash method to use when hashing passwordsany algorithm accepted in your PHP system, see http://php.net/hash-algossha256
12password_change_timeframesecurityconstantTime allowed for an admin to use the token to change their password.A valid mySQL INTERVAL value1 day
13sendtest_maxsecurityconstantLimit the number of email addresses that can be used in the send test functionalityAny number999
14sendtest_throttlesecurityconstantLimit the use of the send test functionalityAny number1
15unsubscribe_requires_passwordsecurityconstantRequest a valid password before acting on unsubscribe.true false 0 1false