From cd3897ff62e1ef7810a5e97b5f67e611d263395a Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Mon, 22 Dec 2003 04:05:09 +0000 Subject: [PATCH] changed pages which called op=displayLogin to call op=auth&method=init --- lib/WebGUI/Auth.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/Auth.pm b/lib/WebGUI/Auth.pm index ed13ce405..57d0dcdce 100644 --- a/lib/WebGUI/Auth.pm +++ b/lib/WebGUI/Auth.pm @@ -244,7 +244,7 @@ sub createAccount { $vars->{'create.form.submit'} = WebGUI::Form::submit({}); $vars->{'create.form.footer'} = ""; - $vars->{'create.options.accountExists'} = ''.WebGUI::International::get(58).''; + $vars->{'create.options.accountExists'} = ''.WebGUI::International::get(58).''; if ($self->getSetting("passwordRecovery")) { $vars->{'create.options.passwordRecovery'} = ''.WebGUI::International::get(59).''; @@ -648,7 +648,7 @@ sub new { $self->{error} = ""; $self->{profile} = (); $self->{warning} = ""; - my @callable = ('init',@{$_[2]}); + my @callable = ('init', @{$_[2]}); $self->{callable} = \@callable; bless($self); return $self; @@ -708,7 +708,7 @@ sub recoverPassword { $vars->{'recover.form.submit'} = WebGUI::Form::submit({}); $vars->{'recover.form.footer'} = ""; - $vars->{'recover.options.accountExists'} = ''.WebGUI::International::get(73).''; + $vars->{'recover.options.accountExists'} = ''.WebGUI::International::get(73).''; if ($session{setting}{anonymousRegistration}) { $vars->{'recover.options.anonymousRegistration'} = ''.WebGUI::International::get(67).''; }