Skip to content
New issue

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

[11.x] add optional prefix for cache key #53448

Merged
merged 2 commits into from
Nov 9, 2024

Commits on Nov 8, 2024

  1. add optional prefix for cache key

    if a user does not decide to use a dedicated cache store for their password resets, there's a risk of collision/overwriting of the cache keys in the default cache store, since we are just using the user's email.  this allows the user to set an optional config value to use a prefix on the cache key.
    browner12 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9259008 View commit details
    Browse the repository at this point in the history
  2. minor formatting

    browner12 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b7a6c61 View commit details
    Browse the repository at this point in the history