Perlaccess : Tutorials
Adding Users (8.4)
by Jacob A. Wheeler
http://www.bigresources.com

Adding a user to your htaccess login is as easy as opening your .htpasswd file and typing in the username, and encrypted password.

How do I encrypt a password?
Use our online password encrypter to do it for you!

As an example, we will add the following user to our .htpasswd file:

Username: bob
Password: joe

When the password joe is run through our password encrypter, you get the following encrypted password: MM1AbGM.1MDqE

You then copy and paste the password into your .htpasswd file, using the following format:

(.htpasswd file - example file)
bob:MM1AbGM.1MDqE


Removing Users

<< Back