--- loncom/interface/resetpw.pm 2013/07/19 18:24:17 1.34 +++ loncom/interface/resetpw.pm 2013/08/17 00:34:29 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network # Allow access to password changing via a token sent to user's e-mail. # -# $Id: resetpw.pm,v 1.34 2013/07/19 18:24:17 bisitz Exp $ +# $Id: resetpw.pm,v 1.36 2013/08/17 00:34:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -236,7 +236,6 @@ sub send_token { .' associated with your LON-CAPA account.') .'

' .&display_actions($contact_email,$domdesc); - } } else { $msg .= @@ -398,7 +397,7 @@ sub generic_failure_msg { '

' .&mt('A problem occurred when attempting to reset the password for your account.') .'
' - .&mt('Please contact the [_1] - ([_2]) for assistance.', + .&mt('Please contact the [_1] ([_2]) for assistance.', $contact_name,''.$contact_email.'') .'

'; }