Tokens are not reset when sending mails to authenticated participants.
Related to #30 (closed). This issue cannot be automatically tested, thus it will have to be manually tested.
Again a very straightforward MR. Tokens were reset when sending a mail to authenticated participants. This happened in two places:
-
Resending emails to multiple authenticated participants -
Resending mail to specific authenticated participants
The option to reset the token of multiple participants is now simply an option to resend the token instead of generating a new one.
The option to reset and resend the token of a single participant is now a single option to resend the token. If the token in the form is changed, that tokens will be sent along.
Edited by Remco de Man