More work on forgotten password support

This commit is contained in:
Jamie Cameron
2025-04-14 22:44:55 -07:00
parent f76451975c
commit d9dbcd9746
5 changed files with 156 additions and 2 deletions

View File

@ -12,7 +12,7 @@ $gconfig{'forgot_pass'} || &error($text{'forgot_ecannot'});
print "<center>\n";
print $text{'forgot_desc'},"<p>\n";
print &ui_form_start("forgot.cgi", "post");
print &ui_form_start("forgot_send.cgi", "post");
print "<b>$text{'forgot_user'}</b>\n",
&ui_textbox("forgot", $in{'failed'}, 40),"<br>\n";
print &ui_form_end([ [ undef, $text{'forgot_ok'} ] ]);