At present, there are several other fields that are being required:
UpdateNewMemberAtOrgBasicInfoForm:
nickname
email
VerifyMemberIdentityForm
classification
description
expiration_date
if these fields are changed to required=False, they are allowed client-side to be empty, but the server-side validator still returns errors (which are not really formatted correctly, btw)
At present, there are several other fields that are being required:
if these fields are changed to
required=False
, they are allowed client-side to be empty, but the server-side validator still returns errors (which are not really formatted correctly, btw)