[LON-CAPA-cvs] cvs: loncom /interface lonuserutils.pm

raeburn raeburn at source.lon-capa.org
Sat Sep 21 10:10:30 EDT 2013


raeburn		Sat Sep 21 14:10:30 2013 EDT

  Modified files:              
    /loncom/interface	lonuserutils.pm 
  Log:
  - Missing concatenator.
  
  
Index: loncom/interface/lonuserutils.pm
diff -u loncom/interface/lonuserutils.pm:1.154 loncom/interface/lonuserutils.pm:1.155
--- loncom/interface/lonuserutils.pm:1.154	Thu Aug 29 12:35:32 2013
+++ loncom/interface/lonuserutils.pm	Sat Sep 21 14:10:30 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Utility functions for managing LON-CAPA user accounts
 #
-# $Id: lonuserutils.pm,v 1.154 2013/08/29 12:35:32 raeburn Exp $
+# $Id: lonuserutils.pm,v 1.155 2013/09/21 14:10:30 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -642,7 +642,7 @@
             $numbuttons ++;
         }
         if (!$can_assign->{'int'}) {
-            my $warning = &mt('You may not specify an initial password for each user, as this is only available when new users use LON-CAPA internal authentication.').'\n'
+            my $warning = &mt('You may not specify an initial password for each user, as this is only available when new users use LON-CAPA internal authentication.').'\n'.
                           &mt('Your current role does not have rights to create users with that authentication type.');
             $auth_update = <<"END";
    // Currently the initial password field is only supported for internal auth




More information about the LON-CAPA-cvs mailing list