Re: CGI script to change user's password.

2001-10-02 Thread _brian_d_foy
In article <006301c14b33$25b5c7d0$9f01a8c0@Jaya>, [EMAIL PROTECTED] (Rajeev Rumale) wrote: > I am sure there would be some read packages to do all user management tasks. > May be Gurus can put for light on the subject. just search CPAN for HTTPD::UserAdmin. http://search.cpan.org/search?di

Re: CGI script to change user's password.

2001-10-02 Thread Bill Jones
>> Hi, >> >> Recently I've received a task to write a script (CGI) to allow changing >> of user password on a web page. Basically I'm very new to CGIs and is >> facing a tremendous problem starting this task. >> >> Basically, the script is supposed to run on Apache (ran as "nobody") and >> allow

Re: CGI script to change user's password.

2001-10-02 Thread Rajeev Rumale
ay, October 02, 2001 2:02 PM Subject: CGI script to change user's password. > Hi, > > Recently I've received a task to write a script (CGI) to allow changing > of user password on a web page. Basically I'm very new to CGIs and is > facing a tremendous problem starting

Re: CGI script to change user's password, and login.

2001-10-02 Thread Andrew
Dear Wee Keong, I had written something for Perl on windows for login, password. login.cgi will call check.cgi and check.cgi will call password.cgi. a bit messy. but you can try to use. The scripts will create html. it is not from apache. To prompt users in from apache, you have to

CGI script to change user's password.

2001-10-01 Thread Tan Wee Keong
Hi, Recently I've received a task to write a script (CGI) to allow changing of user password on a web page. Basically I'm very new to CGIs and is facing a tremendous problem starting this task. Basically, the script is supposed to run on Apache (ran as "nobody") and allow users to change thei