--- loncom/interface/createaccount.pm 2008/07/08 17:47:57 1.12 +++ loncom/interface/createaccount.pm 2008/07/08 17:52:16 1.13 @@ -3,7 +3,7 @@ # institutional log-in ID (institutional authentication required - localauth # or kerberos) or an e-mail address. # -# $Id: createaccount.pm,v 1.12 2008/07/08 17:47:57 raeburn Exp $ +# $Id: createaccount.pm,v 1.13 2008/07/08 17:52:16 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -939,9 +939,9 @@ sub create_captcha { sub captcha_settings { my %captcha_params = ( - output_dir => $Apache::lonnet::perlvar{'lonDocRoot'}.'/captcha', - www_output_dir => "/captcha", - db_dir => "/home/www/captchadb", + output_dir => $Apache::lonnet::perlvar{'lonCaptchaDir'}, + www_output_dir => "/captchaspool", + db_dir => $Apache::lonnet::perlvar{'lonCaptchaDb'}, numchars => '5', ); return %captcha_params;