You are here

constant SECURESITE_AUTH_ALT in Secure Site 5

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

Secure Site status: Enabled with Web browser HTTP Auth security using the alterative method (deprecated)

2 uses of SECURESITE_AUTH_ALT
SecureSiteTest::testLoginHTTPDeprecated in tests/securesite.test
Check that using the deprecated HTTP Auth alternative method doesn't cause sites to be inaccessible (they should be accessible to anonymous users)
securesite_init in ./securesite.module
Implementation of hook_init()

File

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

Code

define('SECURESITE_AUTH_ALT', 2);