You are here

constant SECURESITE_FORM in Secure Site 6.2

Same name and namespace in other branches
  1. 8 securesite.module \SECURESITE_FORM
  2. 5 securesite.module \SECURESITE_FORM
  3. 6 securesite.module \SECURESITE_FORM
  4. 7.2 securesite.module \SECURESITE_FORM

Secure Site type: HTML log-in form

21 uses of SECURESITE_FORM
SecureSiteForceAlwaysFunctionalTest::testSecureSiteForceAlwaysCronAll in ./securesite.test
Try cron.php with all authentication types enabled.
SecureSiteForceAlwaysFunctionalTest::testSecureSiteForceAlwaysCronForm in ./securesite.test
Try cron.php with only form authentication enabled.
SecureSiteFunctionDialogPageUnitTest::testSecureSiteDialogPageBoth in ./securesite.test
Check output with both log-in and password reset enabled.
SecureSiteFunctionDialogPageUnitTest::testSecureSiteDialogPageLogin in ./securesite.test
Check output with log-in enabled and password reset disabled.
SecureSiteTypeBasicGuestSetFunctionalTest::setUp in ./securesite.test
Implementation of setUp().

... See full list

File

./securesite.module, line 31
Enables HTTP authentication or an HTML form to restrict site access.

Code

define('SECURESITE_FORM', 1);