You are here

constant SECURESITE_AUTH in Secure Site 5

Same name and namespace in other branches
  1. 6 securesite.module \SECURESITE_AUTH

Secure Site status: Enabled with Web browser HTTP Auth security

28 uses of SECURESITE_AUTH
SecureSiteTest::testAccessDenied in tests/securesite.test
Check that users get an access denied warning when accessing secured portions of the site if they've already logged in and don't have access to the secure portion
SecureSiteTest::testBlacklist in tests/securesite.test
Test blacklist
SecureSiteTest::testBypassCron in tests/securesite.test
Test the cron bypass
SecureSiteTest::testGuestDisabled in tests/securesite.test
Check that guest mode is correctly disabled when no username and password are set
SecureSiteTest::testGuestFirstClean in tests/securesite.test
Check that users get the correct page after previously logging in as a guest

... See full list

File

./securesite.module, line 18
Secure Site contrib module

Code

define('SECURESITE_AUTH', 1);