#Infinite loop on subscribers

7 messages · Page 1 of 1 (latest)

oak depot
#

Good evening.

Since the sendgrid plugin does not work correctly, I took on the task of creating a subscriber for password reset for clients but when creating it using the examples in the documentation the subscriber runs infinitely

scenic spoke
#

Because you're triggering it again in the subscriber.

oak depot
#

Can you tell me where if it's not too much trouble?

scenic spoke
#

.generateResetPasswordToken

#

You should already have the token in data.token

oak depot
#

I understand, I will try it, thank you very much for answering