--- loncom/interface/domainprefs.pm 2019/08/25 14:35:21 1.160.6.99 +++ loncom/interface/domainprefs.pm 2019/08/27 18:37:01 1.160.6.100 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.160.6.99 2019/08/25 14:35:21 raeburn Exp $ +# $Id: domainprefs.pm,v 1.160.6.100 2019/08/27 18:37:01 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4110,7 +4110,6 @@ sub print_passwords { $casesens{$item} = 1; $postlink{$item} = ['username','email']; } - } } $casesens{'default'} = 1; $postlink{'default'} = ['username','email']; @@ -4414,7 +4413,7 @@ sub print_passwords { $css_class = $itemcount%2?' class="LC_odd_row"':''; $datatable .= ''.$titles{'numsaved'}.''. ''. - ''. ' '.&mt('(Leave blank to not save previous passwords)').''. '';