Differences

This shows you the differences between two versions of the page.

Link to this comparison view

wiki:software:www:advanced [2012/09/24 15:47]
David C LeFevre [User Authentification]
wiki:software:www:advanced [2012/09/24 15:48] (current)
David C LeFevre [User Authentication]
Line 43: Line 43:
 ===== User Authentication ===== ===== User Authentication =====
  
-**A word of caution:** The procedure below sets up basic authentication only.  It is not to be considered highly secure.  Basic authentication is handy to set off a particular directory and require a simple username and passwordbut it isn't robust enough to secure highly sensitive data.  +**A word of caution:** The procedure below sets up basic authentication only.  It is not to be considered highly secure.  Basic authentication is handy solution to require a username and password to access a particular web directory but it isn't robust enough to secure highly sensitive data!
  
 **STEP 1.** Create a directory (name whatever you want)  in your __home directory.__ In this example, I called it "authdir". This directory will contain the .htpasswd file, which contains the passwords you give to the 'invited'- guests'. **STEP 1.** Create a directory (name whatever you want)  in your __home directory.__ In this example, I called it "authdir". This directory will contain the .htpasswd file, which contains the passwords you give to the 'invited'- guests'.