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

raeburn raeburn at source.lon-capa.org
Tue Feb 14 11:15:30 EST 2012


raeburn		Tue Feb 14 16:15:30 2012 EDT

  Modified files:              (Branch: loncapaMITrelate_1)
    /loncom/interface	createaccount.pm 
  Log:
  - Customization for MITrelate.
    - Wording: LON-CAPA -> Mechanics Online
    - Remove unwanted closing paren.
  
  
Index: loncom/interface/createaccount.pm
diff -u loncom/interface/createaccount.pm:1.40.2.5.2.9 loncom/interface/createaccount.pm:1.40.2.5.2.10
--- loncom/interface/createaccount.pm:1.40.2.5.2.9	Tue Feb 14 16:04:22 2012
+++ loncom/interface/createaccount.pm	Tue Feb 14 16:15:30 2012
@@ -3,7 +3,7 @@
 # institutional log-in ID (institutional authentication required - localauth
 #  or kerberos) or an e-mail address.
 #
-# $Id: createaccount.pm,v 1.40.2.5.2.9 2012/02/14 16:04:22 raeburn Exp $
+# $Id: createaccount.pm,v 1.40.2.5.2.10 2012/02/14 16:15:30 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -611,7 +611,7 @@
 sub send_token {
     my ($domain,$email,$server,$domdesc,$contact_name,$contact_email,$courseid) = @_;
     my $msg = '<h3>'.&mt('Account creation status').'</h3>'.
-              &mt('Thank you for your request to create a new LON-CAPA account.').
+              &mt('Thank you for your request to create a new Mechanics Online account.').
               '<br /><br />';
     my $now = time;
     my %info = ('ip'         => $ENV{'REMOTE_ADDR'},
@@ -629,7 +629,7 @@
                        ' '.
                        &mt('In order to complete the registration process, please open the following link in your web browser:').
                        "\n\n".
-                       &Apache::lonnet::absolute_url().'/adm/createaccount?token='.$esc_token).
+                       &Apache::lonnet::absolute_url().'/adm/createaccount?token='.$esc_token.
                        "\n\n".
                        &mt('This link will take you to a sign-up page where you will be asked to provide some general information and finalize the registration process.').
                        ' '.




More information about the LON-CAPA-cvs mailing list