Skip to content

v1.0.148: feat: Allow mailer methods to bypass one-time token creation limits

Latest

Choose a tag to compare

@thorewi thorewi released this 01 Jun 14:05
Introduces a `checkLimit` parameter to `sendAccountCreationEmail` and `sendPasswordRecoveryMail`. This parameter is passed to the `onetimeTokenService` to control whether token creation rate limits are enforced.

This ensures that critical workflows, such as initial password setup when an identity is created or updated through a profile form, can reliably send the necessary emails without being blocked by token generation limits.