Re: web program for changing password of htpasswd

2002-06-10 Thread Edward Marczak
On 6/10/02 12:53 AM, "vincent li" [EMAIL PROTECTED] pressed the keys forming the message: > Hi, guys > > i often use htpasswd to add and change user password > on command line in my linux box, for example: > #htpasswd /etc/squid/passwd user > > now i want to enable users to change their passwor

web program for changing password of htpasswd

2002-06-10 Thread vincent li
Hi, guys i often use htpasswd to add and change user password on command line in my linux box, for example: #htpasswd /etc/squid/passwd user now i want to enable users to change their password by themselves on a web interface, but i have no clue how to achieve this goal, i know maybe cgi program