You are here

README.txt in HTTP Auth 8

Same filename and directory in other branches
  1. 7 README.txt
HTTP Auth
---------
This module allows you to set up HTTP authentication on your site.
You can easily set username and password for HTTP Authentication.
No server site configuration needed.

Features
--------
  * Restricting crawler to crawl on your site while development.
  * Restrict admin pages after being your site Live.
  * Easy to activate or deactivate HTTP Auth without deactivating module.

INSTALLATION INSTRUCTIONS
-------------------------
1.  Copy the files included in the tarball into a directory named "http_auth"
    in your Drupal modules/ directory.
2.  Login as site administrator.
3.  Enable the HTTP Auth module on the Administer -> Modules page.
4.  Make settings and activate the functionaity from the settings page.
    Setting page found under: Administer -> Configuration -> Development
    -> HTTP Auth Settings Page.
5.  Enjoy.

NOTES
-----
This module add HTTP Auth on your complete site or on admin and login pages.
You can change the settings at any time from the settings page.

File

README.txt
View source
  1. HTTP Auth
  2. ---------
  3. This module allows you to set up HTTP authentication on your site.
  4. You can easily set username and password for HTTP Authentication.
  5. No server site configuration needed.
  6. Features
  7. --------
  8. * Restricting crawler to crawl on your site while development.
  9. * Restrict admin pages after being your site Live.
  10. * Easy to activate or deactivate HTTP Auth without deactivating module.
  11. INSTALLATION INSTRUCTIONS
  12. -------------------------
  13. 1. Copy the files included in the tarball into a directory named "http_auth"
  14. in your Drupal modules/ directory.
  15. 2. Login as site administrator.
  16. 3. Enable the HTTP Auth module on the Administer -> Modules page.
  17. 4. Make settings and activate the functionaity from the settings page.
  18. Setting page found under: Administer -> Configuration -> Development
  19. -> HTTP Auth Settings Page.
  20. 5. Enjoy.
  21. NOTES
  22. -----
  23. This module add HTTP Auth on your complete site or on admin and login pages.
  24. You can change the settings at any time from the settings page.