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

Removing users from your .htpasswd file consists of opening your .htpasswd file, and deleting the line (there is one user per line) that contains the user you wish to remove. It's that simple!

    Some important notes to remember:
  1. Download htaccess/htpasswd files in "binary" mode
  2. Upload htaccess/htpasswd files in "ascii" mode
  3. Make sure you encrypt your password first!

Main Index

<< Back