Closed 2ynn closed 5 months ago
if registration email was successfully sent, the onboarding groups should have their invitation_sent field set to True https://github.com/LesFruitsDefendus/saskatoon-ng/blob/2e0c773b8566ba2c3653e688bc21d7d65fb21616/saskatoon/member/admin.py#L506
invitation_sent
e.g.:
+ queryset.update(invitation_sent=True)
if registration email was successfully sent, the onboarding groups should have their
invitation_sent
field set to True https://github.com/LesFruitsDefendus/saskatoon-ng/blob/2e0c773b8566ba2c3653e688bc21d7d65fb21616/saskatoon/member/admin.py#L506e.g.: