Koozali.org: home of the SME Server

Remove a User from a .htpasswd file

James Phillips

Remove a User from a .htpasswd file
« on: June 01, 2002, 10:24:02 AM »
Hello All,

I was wondering how I remove a user from a .htpasswd file that I have created... A reply on this would be greatly appreciated!

James

James Phillips

Re: Remove a User from a .htpasswd file
« Reply #1 on: June 01, 2002, 11:01:22 AM »
I found out how to do this.... Just open the password file in pico or vi and simply remove the user line that you want to delete...

Hope this makes sense all...

James

RJ

Re: Remove a User from a .htpasswd file
« Reply #2 on: June 01, 2002, 11:46:12 AM »
somedir# pico .htpasswd
move cursor to line occupied by offending user
CTRL-K  to delete complete line..
CTRL-X, Yes, ENTER

-R