[LON-CAPA-cvs] cvs: loncom(version_2_9_X) /interface lonuserutils.pm
raeburn
raeburn@source.lon-capa.org
Sun, 14 Nov 2010 22:41:54 -0000
raeburn Sun Nov 14 22:41:54 2010 EDT
Modified files: (Branch: version_2_9_X)
/loncom/interface lonuserutils.pm
Log:
- Change in 1.123 missed in earlier backport (1.97.2.21).
Index: loncom/interface/lonuserutils.pm
diff -u loncom/interface/lonuserutils.pm:1.97.2.22 loncom/interface/lonuserutils.pm:1.97.2.23
--- loncom/interface/lonuserutils.pm:1.97.2.22 Sun Nov 14 21:19:08 2010
+++ loncom/interface/lonuserutils.pm Sun Nov 14 22:41:53 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Utility functions for managing LON-CAPA user accounts
#
-# $Id: lonuserutils.pm,v 1.97.2.22 2010/11/14 21:19:08 raeburn Exp $
+# $Id: lonuserutils.pm,v 1.97.2.23 2010/11/14 22:41:53 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -802,14 +802,6 @@
if ((tf>=2) && (tf<=5) && (nw!=0)) {
eval('vf.f1.selectedIndex=0;')
}
- // intial password specified, pick internal authentication
- if (tf==8 && nw!=0) {
- changed_radio('int',document.studentform);
- set_auth_radio_buttons('int',document.studentform);
- vf.krbarg.value='';
- vf.intarg.value='';
- vf.locarg.value='';
- }
$auth_update
}