--- loncom/interface/createaccount.pm 2008/07/04 19:32:56 1.9
+++ loncom/interface/createaccount.pm 2008/07/08 13:57:00 1.11
@@ -3,7 +3,7 @@
# institutional log-in ID (institutional authentication required - localauth
# or kerberos) or an e-mail address.
#
-# $Id: createaccount.pm,v 1.9 2008/07/04 19:32:56 raeburn Exp $
+# $Id: createaccount.pm,v 1.11 2008/07/08 13:57:00 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -290,7 +290,7 @@ sub print_username_form {
my %domdefaults = &Apache::lonnet::get_domain_defaults($domain);
if ((($domdefaults{'auth_def'} =~/^krb/) && ($domdefaults{'auth_arg_def'} ne '')) || ($domdefaults{'auth_def'} eq 'localauth')) {
$output = '
'.&mt('Create account with a username provided by your institution').'
';
- $output .= &mt('If you already have a log-in ID at your institution, you may be able to use it for LON-CAPA.').'
'.&mt('Type in your log-in ID and password to find out.').'
';
+ $output .= &mt('If you already have a log-in ID at your institution,[_1] you may be able to use it for LON-CAPA.','
').'
'.&mt('Type in your log-in ID and password to find out.').'
';
my ($lkey,$ukey) = &Apache::lonpreferences::des_keys();
my ($lextkey,$uextkey) = &getkeys($lkey,$ukey);
my $logtoken=Apache::lonnet::reply('tmpput:'.$ukey.$lkey.'&createaccount',
@@ -914,7 +914,7 @@ sub create_captcha {
sub captcha_settings {
my %captcha_params = (
- output_dir => "/home/httpd/html/captcha",
+ output_dir => $Apache::lonnet::perlvar{'lonDocRoot'}.'/captcha',
www_output_dir => "/captcha",
db_dir => "/home/www/captchadb",
numchars => '5',