diff --git a/lib/WebGUI/Auth/WebGUI.pm b/lib/WebGUI/Auth/WebGUI.pm index c74727439..6a2b770ae 100644 --- a/lib/WebGUI/Auth/WebGUI.pm +++ b/lib/WebGUI/Auth/WebGUI.pm @@ -670,13 +670,13 @@ sub new { } #------------------------------------------------------------------- - + =head2 recoverPassword ( ) - + Initiates the password recovery process. Checks for recovery type, and then runs the appropriate method. - + =cut - + sub recoverPassword { my $self = shift; @@ -781,13 +781,13 @@ sub profileRecoverPassword { } #------------------------------------------------------------------- - + =head2 recoverPasswordFinish ( ) - + Handles data for recovery of password. Gets password recovery type, and then runs the appropriate method. - + =cut - + sub recoverPasswordFinish { my $self = shift;