[LON-CAPA-cvs] cvs: loncom /enrollment localenroll.pm
raeburn
raeburn at source.lon-capa.org
Wed Jun 25 19:55:31 EDT 2014
raeburn Wed Jun 25 23:55:31 2014 EDT
Modified files:
/loncom/enrollment localenroll.pm
Log:
- Update documentation for deprecated inst_usertypes() routine (DC domain
configuration web GUI used instead in 2.11.0).
Index: loncom/enrollment/localenroll.pm
diff -u loncom/enrollment/localenroll.pm:1.48 loncom/enrollment/localenroll.pm:1.49
--- loncom/enrollment/localenroll.pm:1.48 Tue May 6 20:42:32 2014
+++ loncom/enrollment/localenroll.pm Wed Jun 25 23:55:31 2014
@@ -1,6 +1,6 @@
# functions to glue school database system into Lon-CAPA for
# automated enrollment
-# $Id: localenroll.pm,v 1.48 2014/05/06 20:42:32 raeburn Exp $
+# $Id: localenroll.pm,v 1.49 2014/06/25 23:55:31 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -894,6 +894,21 @@
=item inst_usertypes()
+ Starting with LON-CAPA 2.11.0 use of this subroutine
+ is deprecated. The domain configuration web GUI
+ accessible to Domain Coordinators will be used to
+ manage institutional types. If you have previously
+ customized this routine, then values set there will
+ be used when displaying the "Institutional user types"
+ section in the domain config screen for:
+ "Default authentication/language/timezone/portal/types".
+
+ Once you have visited that screen and saved the settings,
+ configuration thereafter will be via the web GUI of
+ values stored in the domain's configuration.db file on
+ the primary library server in the domain, and values in
+ inst_usertypes() will no longer be consulted.
+
Incoming data: three arguments
(a) $dom - domain
(b) $usertypes - reference to hash which will contain
More information about the LON-CAPA-cvs
mailing list