[LON-CAPA-cvs] cvs: loncom(loncapaMITrelate_1) /interface resetpw.pm

raeburn raeburn at source.lon-capa.org
Mon Feb 13 19:34:48 EST 2012


raeburn		Tue Feb 14 00:34:48 2012 EDT

  Modified files:              (Branch: loncapaMITrelate_1)
    /loncom/interface	resetpw.pm 
  Log:
  - Customization for MITrelate.
    - "Mechanics Online" name preferred to "Learn Physics".
  
  
Index: loncom/interface/resetpw.pm
diff -u loncom/interface/resetpw.pm:1.23.2.2.2.1 loncom/interface/resetpw.pm:1.23.2.2.2.2
--- loncom/interface/resetpw.pm:1.23.2.2.2.1	Wed Feb  8 15:19:46 2012
+++ loncom/interface/resetpw.pm	Tue Feb 14 00:34:48 2012
@@ -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 @@
         $value{'useremail'} = $useremail;
     }
     my $msg = '<br />'.&mt('To be able to reset a forgotten password:')
-           .'<ul><li>'.&mt('An e-mail address must have previously been associated with your [_1] username.','Learn Physics').'</li>'
-           .'<li>'.&mt('You must be able to access e-mail sent to the e-mail address associated with your [_1] account.','Learn Physics').'</li></ul><br />'
-           .&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').'<br /><br />';
+           .'<ul><li>'.&mt('An e-mail address must have previously been associated with your [_1] username.','Mechanics Online').'</li>'
+           .'<li>'.&mt('You must be able to access e-mail sent to the e-mail address associated with your [_1] account.','Mechanics Online').'</li></ul><br />'
+           .&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').'<br /><br />';
     $msg .= '<form name="forgotpw" method="post" action="/adm/resetpw">'.
             &Apache::lonhtmlcommon::start_pick_box().
-            &Apache::lonhtmlcommon::row_title('Learn Physics '.$lt{'unam'}).
+            &Apache::lonhtmlcommon::row_title('Mechanics Online '.$lt{'unam'}).
             '<input type="text" name="uname" size="30" value="'.$value{'uname'}.'" />'.
             '<input type="hidden" name="udom" value="'.$defdom.'" />'.
             &Apache::lonhtmlcommon::row_closure(1).
@@ -380,7 +380,7 @@
             } 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).'<br />'.
                           '<p>'.&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.').'<br />'.
-                          &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').'</p>'.
+                          &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').'</p>'.
                           '<p>'.&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.').'<br /></p>');
                 &Apache::lonpreferences::passwordchanger($r,'','reset_by_email',$token);




More information about the LON-CAPA-cvs mailing list