--- loncom/interface/lonuserutils.pm 2017/01/18 21:07:31 1.181 +++ loncom/interface/lonuserutils.pm 2017/01/28 03:48:44 1.182 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utility functions for managing LON-CAPA user accounts # -# $Id: lonuserutils.pm,v 1.181 2017/01/18 21:07:31 raeburn Exp $ +# $Id: lonuserutils.pm,v 1.182 2017/01/28 03:48:44 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5833,7 +5833,7 @@ sub roles_by_context { } elsif ($context eq 'author') { @allroles = ('ca','aa'); } elsif ($context eq 'domain') { - @allroles = ('li','ad','dg','dh','sc','au','dc'); + @allroles = ('li','ad','dg','dh','da','sc','au','dc'); } return @allroles; }