Project

General

Profile

« Previous | Next » 

Revision 2540

Added by sgarg almost 19 years ago

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.

View differences:

src/perl/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