Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: James Phillips on June 01, 2002, 10:24:02 AM

Title: Remove a User from a .htpasswd file
Post by: James Phillips 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
Title: Re: Remove a User from a .htpasswd file
Post by: James Phillips 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
Title: Re: Remove a User from a .htpasswd file
Post by: RJ 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