We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the expiration time of the email verification link is fixed to 24h
The expiration time should be configurable (default 24h)
Create a new property Inject the EXPIRATION_TIME_MILLIS in UserEmailChangeTokenService from property
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Situation
Currently the expiration time of the email verification link is fixed to 24h
Wanted
The expiration time should be configurable (default 24h)
Solution
Create a new property
Inject the EXPIRATION_TIME_MILLIS in UserEmailChangeTokenService from property
The text was updated successfully, but these errors were encountered: