meta data for this page
  •  
Translations of this page:

All config file options

Constants and variables

Filtered by category='security'

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