--- loncom/interface/loncreateuser.pm 2010/11/08 19:52:01 1.329.2.6 +++ loncom/interface/loncreateuser.pm 2010/12/05 21:58:11 1.329.2.7 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.329.2.6 2010/11/08 19:52:01 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.329.2.7 2010/12/05 21:58:11 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -980,7 +980,7 @@ sub print_user_modification_page { $response .= '

' .&mt("You are not authorized to create new $usertypetext{$usertype} users in this domain.") .'
'; - if ($ccdomain eq 'gcitest') { + if ($ccdomain =~ /^\w+citest$/) { $response .= &mt('Enter a valid e-mail address as the username for the new user.').' '.&mt('Please contact the [_1]helpdesk[_2] for assistance.' ,'','') .'


';