Extend Mailer OTP Expiration #14335
Unanswered
eliabieri
asked this question in
Feature Requests
Replies: 2 comments
|
Hello! We also would like to have the ability to customize and extend link expiration generated by the |
0 replies
|
It is really annoying that we cannot set custom expiration times for invitation, password reset links etc. I think in the self hosted version (at least) we are able to set "OTP_EXP" variable to extend link expiration, however that is not ideal as when I set OTP_EXP to 1 week, password reset links will also have a lifetime of 1 week, which I think is not ideal. We need a more suitable way to set these parameters independently via ENV variables, or as suggested via option in |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
By default, Mailer OTPs expire after 24h.
This limit cannot be extended, which is quite annoying for my use case, as some users take several days to accept the invitation.
Is there a technical reason why this limit cannot be extended further?
All reactions