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

matthew lon-capa-cvs@mail.lon-capa.org
Tue, 30 Apr 2002 14:03:52 -0000


matthew		Tue Apr 30 10:03:52 2002 EDT

  Modified files:              
    /loncom/interface	lonpreferences.pm 
  Log:
  Changed bad password error message.
  
  
Index: loncom/interface/lonpreferences.pm
diff -u loncom/interface/lonpreferences.pm:1.7 loncom/interface/lonpreferences.pm:1.8
--- loncom/interface/lonpreferences.pm:1.7	Wed Apr  3 13:47:39 2002
+++ loncom/interface/lonpreferences.pm	Tue Apr 30 10:03:52 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Preferences
 #
-# $Id: lonpreferences.pm,v 1.7 2002/04/03 18:47:39 www Exp $
+# $Id: lonpreferences.pm,v 1.8 2002/04/30 14:03:52 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -365,8 +365,7 @@
 	# error error: run in circles, scream and shout
         $r->print(<<ENDERROR);
 <h2><font color="#ff0000">Password for $user was not changed</font></h2>
-There was an internal error when attempting to change your password.
-Please contact your instructor or the domain coordinator.
+Please make sure your old password was entered correctly.
 ENDERROR
     }
     return;