--- loncom/interface/lonuserutils.pm 2014/03/31 01:09:11 1.165 +++ loncom/interface/lonuserutils.pm 2014/04/04 23:06:31 1.166 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utility functions for managing LON-CAPA user accounts # -# $Id: lonuserutils.pm,v 1.165 2014/03/31 01:09:11 raeburn Exp $ +# $Id: lonuserutils.pm,v 1.166 2014/04/04 23:06:31 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6095,7 +6095,7 @@ sub selfenroll_validation_types { button => 'Text for validation button', markup => 'Validation description (HTML)', ); - my @fields = ('username','domain','uniquecode','course','token','coursetype'); + my @fields = ('username','domain','uniquecode','course','token','coursetype','description'); return (\@items,\%names,\@fields); }