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
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.