meta data for this page
  •  
Translations of this page:

All config file options

Constants and variables

Filtered by category='security'

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