--- loncom/auth/migrateuser.pm 2013/09/29 00:49:24 1.18 +++ loncom/auth/migrateuser.pm 2013/12/30 20:55:42 1.20 @@ -1,7 +1,7 @@ # The LearningOnline Network # Starts a user off based of an existing token. # -# $Id: migrateuser.pm,v 1.18 2013/09/29 00:49:24 raeburn Exp $ +# $Id: migrateuser.pm,v 1.20 2013/12/30 20:55:42 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -29,7 +29,7 @@ package Apache::migrateuser; use strict; -use LONCAPA; +use LONCAPA qw(:DEFAULT :match); use Apache::Constants qw(:common :http :methods); use Apache::lonauth; use Apache::lonnet; @@ -143,7 +143,7 @@ sub ip_changed { $url .= '/adm/roles?'; } else { $url .= '/adm/login?'; - $message .= '
'.&mt('You will need to provide your password one more time'); + $message .= '
'.&mt('You will need to provide your password one more time.'); } my %info= ( 'domain' => $dataref->{'domain'},