#!/usr/bin/perl
use CGI;
use ISCourseWare::MiscLib;
use ISCourseWare::PageLib;
use ISCourseWare::ConfigLib;
use strict;
my $query=new CGI;
my $pagetext="";
my $email=$query->param('email');
my $config=new ISCourseWare::ConfigLib;
my $page=new ISCourseWare::PageLib($config, "forgotit.cgi", "Send my password", "Help", 0, 0);
if (!$email) {
$pagetext.= qq!
Please enter the email address you signed in with.
A new password will be generated and emailed to you.