--- loncom/interface/resetpw.pm 2012/02/08 15:19:46 1.23.2.2.2.1 +++ loncom/interface/resetpw.pm 2012/02/14 00:34:48 1.23.2.2.2.2 @@ -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.23.2.2.2.1 2012/02/08 15:19:46 raeburn Exp $ +# $Id: resetpw.pm,v 1.23.2.2.2.2 2012/02/14 00:34:48 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -209,12 +209,12 @@ sub get_uname { $value{'useremail'} = $useremail; } my $msg = '
'.&mt('To be able to reset a forgotten password:') - .'
' - .&mt('In most cases the [_1] username is the same as your e-mail address, in which case you will enter the same information twice.','Learn Physics').'

'; + .'
' + .&mt('In most cases the [_1] username is the same as your e-mail address, in which case you will enter the same information twice.','Mechanics Online').'

'; $msg .= '
'. &Apache::lonhtmlcommon::start_pick_box(). - &Apache::lonhtmlcommon::row_title('Learn Physics '.$lt{'unam'}). + &Apache::lonhtmlcommon::row_title('Mechanics Online '.$lt{'unam'}). ''. ''. &Apache::lonhtmlcommon::row_closure(1). @@ -380,7 +380,7 @@ sub reset_passwd { } else { $r->print(&mt('The token included in an e-mail sent to you [_1] has been verified, so you may now proceed to reset the password for your LON-CAPA account.',$reqtime).'
'. '

'.&mt('Please enter the username and domain of the LON-CAPA account, and the associated e-mail address, for which you are setting a password.').'
'. - &mt('In most cases the [_1] username is the same as your e-mail address, in which case you will enter the same information twice.','Learn Physics').'

'. + &mt('In most cases the [_1] username is the same as your e-mail address, in which case you will enter the same information twice.','Mechanics Online').'

'. '

'.&mt('The new password must contain at least 7 characters.').' '. &mt('Your new password will be sent to the LON-CAPA server in an encrypted form.').'

'); &Apache::lonpreferences::passwordchanger($r,'','reset_by_email',$token);