Revision 2540
Added by sgarg over 19 years ago
ldapweb.cgi | ||
---|---|---|
726 | 726 |
errorMessage => $errorMessage }; |
727 | 727 |
$$templateVars{'orgList'} = \@orglist; |
728 | 728 |
$template->process( "@defaultHeader@", $templateVars); |
729 |
$template->process( "@registerFailed@", $templateVars); |
|
729 | 730 |
$template->process( "@register@", $templateVars); |
730 | 731 |
$template->process( "@defaultFooter@", $templateVars); |
731 | 732 |
exit(0); |
Also available in: Unified diff
The template for displaying the error is not executed when passwords are not same. Hence the user doesnt know what the error was. Fixed this.