--- loncom/interface/loncreateuser.pm 2005/06/17 21:04:40 1.104 +++ loncom/interface/loncreateuser.pm 2005/06/23 21:56:12 1.106 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.104 2005/06/17 21:04:40 albertel Exp $ +# $Id: loncreateuser.pm,v 1.106 2005/06/23 21:56:12 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -108,7 +108,8 @@ sub my_custom_roles { sub authorpriv { my ($auname,$audom)=@_; - unless (&Apache::lonnet::allowed('cca',$audom.'/'.$auname)) { return ''; } + unless ((&Apache::lonnet::allowed('cca',$audom.'/'.$auname)) + || (&Apache::lonnet::allowed('caa',$audom.'/'.$auname))) { return ''; } return 1; } @@ -155,6 +156,9 @@ $lt{'dom'}: