[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm

raeburn raeburn at source.lon-capa.org
Sat Dec 8 11:34:15 EST 2018


raeburn		Sat Dec  8 16:34:15 2018 EDT

  Modified files:              
    /loncom/auth	lonroles.pm 
  Log:
  - Trust settings
    - Correct key for: "Co-author roles for this domain's users elsewhere".
  
  
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.340 loncom/auth/lonroles.pm:1.341
--- loncom/auth/lonroles.pm:1.340	Sat Dec  8 15:16:03 2018
+++ loncom/auth/lonroles.pm	Sat Dec  8 16:34:15 2018
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # User Roles Screen
 #
-# $Id: lonroles.pm,v 1.340 2018/12/08 15:16:03 raeburn Exp $
+# $Id: lonroles.pm,v 1.341 2018/12/08 16:34:15 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1367,7 +1367,7 @@
                         $button=0;
                         unless ($trustchecked{$tdom}) {
                             if ((&Apache::lonnet::will_trust('othcoau',$env{'user.domain'},$tdom)) &&
-                                (&Apache::lonnet::will_trust('coremau',$tdom,$env{'user.domain'}))) {
+                                (&Apache::lonnet::will_trust('coaurem',$tdom,$env{'user.domain'}))) {
                                 $willtrust{$tdom} = 1;
                                 $trustchecked{$tdom} = 1;
                             }




More information about the LON-CAPA-cvs mailing list