You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If candidates want their recorder link, and haven't gotten it, they need to send an email to someone.
Lets offer them a page where they can enter their name, and their email address, and if we find an exact hit, then we send them an email their their recorder link.
you can look at app/server/events/notify-of-new-participants.js
for an example us using SENDINBLUE to send an email to a candidate, using a template.
This page should be concerned about security, and limit retries on name and email address.
The text was updated successfully, but these errors were encountered:
If candidates want their recorder link, and haven't gotten it, they need to send an email to someone.
Lets offer them a page where they can enter their name, and their email address, and if we find an exact hit, then we send them an email their their recorder link.
you can look at app/server/events/notify-of-new-participants.js
for an example us using SENDINBLUE to send an email to a candidate, using a template.
This page should be concerned about security, and limit retries on name and email address.
The text was updated successfully, but these errors were encountered: