--- loncom/interface/domainprefs.pm 2014/05/09 17:43:13 1.243 +++ loncom/interface/domainprefs.pm 2014/05/23 08:32:55 1.244 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.243 2014/05/09 17:43:13 raeburn Exp $ +# $Id: domainprefs.pm,v 1.244 2014/05/23 08:32:55 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8530,7 +8530,7 @@ sub modify_selfcreation { # value set to one), if self-creation with e-mail address permitted, where $type is user type: faculty, staff, student etc. # - if ($env{'form.cancreate_email'} eq 'email') { + if ($env{'form.cancreate_email'}) { push(@contexts,'emailusername'); if (ref($types) eq 'ARRAY') { foreach my $type (@{$types}) {