Diff for /loncom/interface/domainprefs.pm between versions 1.303 and 1.304

version 1.303, 2017/07/26 19:45:45 version 1.304, 2017/07/27 13:42:35
Line 11822  sub modify_selfcreation { Line 11822  sub modify_selfcreation {
                             }                              }
                         } else {                          } else {
                             $chgtext .= &mt('For self-created accounts verified by e-mail address: "[_1]"',                              $chgtext .= &mt('For self-created accounts verified by e-mail address: "[_1]"',
                                             $choices{$cancreate{'emailverified'}{'default'}});                                              $options{$cancreate{'emailverified'}{'default'}});
                         }                          }
                     } elsif ($type eq 'emaildomain') {                      } elsif ($type eq 'emaildomain') {
                         if (@statuses > 1) {                          if (@statuses > 1) {
Line 11863  sub modify_selfcreation { Line 11863  sub modify_selfcreation {
                                 if ($cancreate{'emaildomain'}{'default'} eq '') {                                  if ($cancreate{'emaildomain'}{'default'} eq '') {
                                     $chgtext .= &mt('No restriction on e-mail domain for self-created accounts verified by e-mail address, where username is chosen by user.');                                      $chgtext .= &mt('No restriction on e-mail domain for self-created accounts verified by e-mail address, where username is chosen by user.');
                                 } else {                                  } else {
                                     $chgtext .= &mt('For self-created accounts verified by e-mail address, where username is chosen by user, e-mail domain needs to be: [_1],                                      $chgtext .= &mt('For self-created accounts verified by e-mail address, where username is chosen by user, e-mail domain needs to be: [_1]',
                                                     $cancreate{'selfcreateprocessing'}{'default'});                                                      $cancreate{'selfcreateprocessing'}{'default'});
                                 }                                  }
                             }                              }

Removed from v.1.303  
changed lines
  Added in v.1.304


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>