--- loncom/interface/createaccount.pm 2021/09/25 20:35:26 1.83 +++ loncom/interface/createaccount.pm 2021/09/26 20:11:14 1.84 @@ -4,7 +4,7 @@ # kerberos, or SSO) or an e-mail address. Requests to use an e-mail address as # username may be processed automatically, or may be queued for approval. # -# $Id: createaccount.pm,v 1.83 2021/09/25 20:35:26 raeburn Exp $ +# $Id: createaccount.pm,v 1.84 2021/09/26 20:11:14 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1197,15 +1197,16 @@ sub print_dataentry_form { $output .= ' -

'; + $captchaform .= '

'; + } elsif ($captcha eq 'recaptcha') { unless ($recaptchaversion eq '2') { $output .= ' -

'; + $captchaform .= '

'; } } if ($usertype ne '') {