constant SECURESITE_AUTH_ALT in Secure Site 6
Same name and namespace in other branches
- 5 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_boot in ./
securesite.module - Implementation of hook_boot()
File
- ./
securesite.module, line 24 - Secure Site contrib module
Code
define('SECURESITE_AUTH_ALT', 2);