[LON-CAPA-cvs] cvs: loncom /interface lonnotify.pm
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Tue, 16 Sep 2008 03:30:32 -0000
raeburn Mon Sep 15 23:30:32 2008 EDT
Modified files:
/loncom/interface lonnotify.pm
Log:
Bug 5790. Authtype for users with local authentication is stored as localauth not local.
Index: loncom/interface/lonnotify.pm
diff -u loncom/interface/lonnotify.pm:1.27 loncom/interface/lonnotify.pm:1.28
--- loncom/interface/lonnotify.pm:1.27 Mon Nov 12 22:53:30 2007
+++ loncom/interface/lonnotify.pm Mon Sep 15 23:30:30 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Sending messages
#
-# $Id: lonnotify.pm,v 1.27 2007/11/13 03:53:30 raeburn Exp $
+# $Id: lonnotify.pm,v 1.28 2008/09/16 03:30:30 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -410,7 +410,7 @@
internal => 'text',
krb4 => 'text',
krb5 => 'text',
- local => 'text',
+ localauth => 'text',
unix => 'text',
);
$jscript .= &Apache::lonhtmlcommon::set_form_elements(\%elements);
@@ -778,7 +778,7 @@
krb5 => 'Kerberos 5',
internal => 'Internal (LON-CAPA)',
unix => 'Filesystem (UNIX)',
- local => 'Local/Customized',
+ localauth => 'Local/Customized',
);
return;
}