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
>> 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
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
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
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