7 Jul
2019
7 Jul
'19
9:59 p.m.
On 6/30/19 1:26 AM, andrew.bernard@gmail.com wrote:
Is there a way to make the profile require users to fill out their name?
You can edit postorius/forms/list_forms.py. There are two class
definitions class ListSubscribe(forms.Form):
and class ListAnonymousSubscribe(forms.Form):
, both of which contain
display_name = forms.CharField(
label=_('Your name (optional)'), required=False)
which you could change to
display_name = forms.CharField(
label=_('Your name'), required=True)
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan