--- loncom/interface/loncreateuser.pm 2019/04/29 22:19:24 1.451 +++ loncom/interface/loncreateuser.pm 2019/08/27 14:42:57 1.452 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.451 2019/04/29 22:19:24 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.452 2019/08/27 14:42:57 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3055,7 +3055,7 @@ sub update_user_data { ($env{'form.ccuname'},$env{'form.ccdomain'})); } else { # Okay, this is a non-fatal error. - $r->print($error.&mt('You do not have the authority to modify this users authentication information.').$end); + $r->print($error.&mt('You do not have privileges to modify the authentication configuration for this user.').$end); } } elsif (($env{'form.intarg'} ne '') && (&Apache::lonnet::queryauthenticate($env{'form.ccuname'},$env{'form.ccdomain'}) =~ /^internal:/) &&