--- loncom/interface/lonuserutils.pm 2014/04/04 23:06:31 1.166 +++ loncom/interface/lonuserutils.pm 2014/04/16 12:17:12 1.167 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utility functions for managing LON-CAPA user accounts # -# $Id: lonuserutils.pm,v 1.166 2014/04/04 23:06:31 raeburn Exp $ +# $Id: lonuserutils.pm,v 1.167 2014/04/16 12:17:12 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','description'); + my @fields = ('username','domain','uniquecode','course','coursetype','description'); return (\@items,\%names,\@fields); }