You are here

constant SECURESITE_BASIC in Secure Site 7.2

Same name and namespace in other branches
  1. 8 securesite.module \SECURESITE_BASIC
  2. 6.2 securesite.module \SECURESITE_BASIC

Secure Site type: Web browser HTTP Auth security

28 uses of SECURESITE_BASIC
SecureSiteForceAlwaysFunctionalTest::testSecureSiteForceAlwaysCronAll in ./securesite.test
Try cron.php with all authentication types enabled.
SecureSiteTypeBasicGuestSetFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.
SecureSiteTypeBasicGuestUnsetFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.
SecureSiteTypeBasicUserFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.
SecureSiteTypeDigestGuestSetFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.

... See full list

File

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

Code

define('SECURESITE_BASIC', 2);