CHANGELOG.txt |
CHANGELOG.txt |
|
Secure Site 7.x-2.x, xxxx-xx-xx
-------------------------------
#1528012 by Patrizio: Fixed issue with i18n integration.
#1423620 by Dave.Ingram: Fixed issue with hook_uninstall db syntax.
#1414678 by Yura and Patrrizio: Fixed undefined… |
digest_md5.conf.php |
digest_md5/digest_md5.conf.php |
|
Configuration for digest authentication. Only the root user should have
access to this file. |
digest_md5.php |
digest_md5/digest_md5.php |
|
This script implements the DIGEST-MD5 mechanism for all protocols. Only the
root user should have access to this script and the database used to store
passwords and nonce values. |
README.txt |
README.txt |
|
The Secure Site module allows site administrators to make a site or part of a
site private. You can restrict access to the site by role. This means the site
will be inaccessible to search engines and other crawlers, but you can still
allow access to… |
README.txt |
digest_md5/README.txt |
|
Digest authentication avoids transmitting passwords by exchanging character
strings (digests) that prove both the user and the Web server know the password.
This requires passwords for all users to be stored on the server. It is very
important to… |
securesite-page.html.twig |
theme/securesite-page.html.twig |
|
Default theme implementation for the basic structure of a single Drupal page. |
securesite-user-login.html.twig |
theme/securesite-user-login.html.twig |
|
Template for Secure Site log-in form. |
securesite-user-pass.html.twig |
theme/securesite-user-pass.html.twig |
|
Template for Secure Site password reset form. |
securesite.css |
theme/securesite.css |
|
html {
background: white;
}
body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 76%;
text-align: center;
width: 30em;
margin: 5em auto;
border: 1px #BBB solid;
-webkit-border-radius: 1em;
… |
securesite.info.yml |
securesite.info.yml |
|
securesite.info.yml |
securesite.install |
securesite.install |
|
Secure Site installation functions. |
securesite.links.menu.yml |
securesite.links.menu.yml |
|
securesite.links.menu.yml |
securesite.module |
securesite.module |
|
Enables HTTP authentication or an HTML form to restrict site access. |
securesite.routing.yml |
securesite.routing.yml |
|
securesite.routing.yml |
securesite.schema.yml |
config/schema/securesite.schema.yml |
|
config/schema/securesite.schema.yml |
securesite.services.yml |
securesite.services.yml |
|
securesite.services.yml |
securesite.settings.yml |
config/install/securesite.settings.yml |
|
config/install/securesite.settings.yml |
securesite.theme.inc |
theme/securesite.theme.inc |
|
Theme functions. |
SecureSiteBasicGuestSetTest.php |
src/Tests/BasicAuth/SecureSiteBasicGuestSetTest.php |
Drupal\securesite\Tests\BasicAuth |
Contains Drupal\securesite\Tests\BasicAuth\SecureSiteBasicGuestSetTest |
SecureSiteBasicGuestUnsetTest.php |
src/Tests/BasicAuth/SecureSiteBasicGuestUnsetTest.php |
Drupal\securesite\Tests\BasicAuth |
Contains Drupal\securesite\Tests\BasicAuth\SecureSiteBasicGuestUnsetTest |
SecureSiteBasicNoneTest.php |
src/Tests/BasicAuth/SecureSiteBasicNoneTest.php |
Drupal\securesite\Tests\BasicAuth |
Contains Drupal\securesite\Tests\BasicAuth\SecureSiteBasicNoneTest |
SecureSiteBasicUserTest.php |
src/Tests/BasicAuth/SecureSiteBasicUserTest.php |
Drupal\securesite\Tests\BasicAuth |
Contains Drupal\securesite\Tests\BasicAuth\SecureSiteBasicUserTest |
SecureSiteConfig403Test.php |
src/Tests/ForcedAuth/SecureSiteConfig403Test.php |
Drupal\securesite\Tests\ForcedAuth |
Contains Drupal\securesite\Tests\ForcedAuth\SecureSiteConfig403Test |
SecureSiteDigestGuestSetTest.php |
src/Tests/DigestAuth/SecureSiteDigestGuestSetTest.php |
Drupal\securesite\Tests\DigestAuth |
Contains Drupal\securesite\Tests\DigestAuth\SecureSiteDigestGuestSetTest |
SecureSiteDigestGuestUnsetTest.php |
src/Tests/DigestAuth/SecureSiteDigestGuestUnsetTest.php |
Drupal\securesite\Tests\DigestAuth |
Contains Drupal\securesite\Tests\DigestAuth\SecureSiteDigestGuestUnsetTest |
SecureSiteDigestNoneTest.php |
src/Tests/DigestAuth/SecureSiteDigestNoneTest.php |
Drupal\securesite\Tests\DigestAuth |
Contains Drupal\securesite\Tests\DigestAuth\SecureSiteDigestNoneTest |
SecureSiteDigestUserStoredTest.php |
src/Tests/DigestAuth/SecureSiteDigestUserStoredTest.php |
Drupal\securesite\Tests\DigestAuth |
Contains Drupal\securesite\Tests\DigestAuth\SecureSiteDigestUserStoredTest |
SecureSiteDigestUserUnstoredTest.php |
src/Tests/DigestAuth/SecureSiteDigestUserUnstoredTest.php |
Drupal\securesite\Tests\DigestAuth |
Contains Drupal\securesite\Tests\DigestAuth\SecureSiteDigestUserUnstoredTest |
SecureSiteForce403Test.php |
src/Tests/ForcedAuth/SecureSiteForce403Test.php |
Drupal\securesite\Tests\ForcedAuth |
Contains Drupal\securesite\Tests\ForcedAuth\SecureSiteForce403Test |
SecureSiteForceAlwaysTest.php |
src/Tests/ForcedAuth/SecureSiteForceAlwaysTest.php |
Drupal\securesite\Tests\ForcedAuth |
Contains Drupal\securesite\Tests\ForcedAuth\SecureSiteForceAlwaysTest |
SecureSiteForceDisabledTest.php |
src/Tests/ForcedAuth/SecureSiteForceDisabledTest.php |
Drupal\securesite\Tests\ForcedAuth |
Contains Drupal\securesite\Tests\ForcedAuth\SecureSiteForceDisabledTest |
SecureSiteForceOfflineTest.php |
src/Tests/ForcedAuth/SecureSiteForceOfflineTest.php |
Drupal\securesite\Tests\ForcedAuth |
Contains Drupal\securesite\Tests\ForcedAuth\SecureSiteForceOfflineTest |
SecureSiteFormGuestTest.php |
src/Tests/FormAuth/SecureSiteFormGuestTest.php |
Drupal\securesite\Tests\FormAuth |
Contains Drupal\securesite\Tests\FormAuth\SecureSiteFormGuestTest |
SecureSiteFormNoneTest.php |
src/Tests/FormAuth/SecureSiteFormNoneTest.php |
Drupal\securesite\Tests\FormAuth |
Contains Drupal\securesite\Tests\FormAuth\SecureSiteFormNoneTest |
SecureSiteFormUserTest.php |
src/Tests/FormAuth/SecureSiteFormUserTest.php |
Drupal\securesite\Tests\FormAuth |
Contains Drupal\securesite\Tests\FormAuth\SecureSiteFormUserTest |
SecuresiteLoginForm.php |
src/Form/SecuresiteLoginForm.php |
Drupal\securesite\Form |
Contains \Drupal\securesite\Form\SecuresiteLoginForm. |
SecuresiteManager.php |
src/SecuresiteManager.php |
Drupal\securesite |
Contains \Drupal\securesite\SecuresiteManager. |
SecuresiteManagerInterface.php |
src/SecuresiteManagerInterface.php |
Drupal\securesite |
Contains \Drupal\securesite\SecuresiteManagerInterface. |
SecuresiteSettingsForm.php |
src/Form/SecuresiteSettingsForm.php |
Drupal\securesite\Form |
Contains \Drupal\securesite\Form\SecuresiteSettingsForm. |
SecuresiteSubscriber.php |
src/EventSubscriber/SecuresiteSubscriber.php |
Drupal\securesite\EventSubscriber |
Contains Drupal\securesite\EventSubscriber\SecuresiteSubscriber. |
stored_passwords.php |
digest_md5/stored_passwords.php |
|
This script manages stored passwords. Only the root user should have access
to this script and the database used to store passwords. |