Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Implement password reset tokens without cache #36

Open
mbrodala opened this issue Aug 28, 2018 · 3 comments
Open

Implement password reset tokens without cache #36

mbrodala opened this issue Aug 28, 2018 · 3 comments

Comments

@mbrodala
Copy link
Member

Currently the TYPO3 caching framework is used to store password reset tokens. If the caches are flushed, all tokens are lost which results in broken links for users which have started a password reset before the flush.

The password reset tokens should be stored in a custom table or at least in the TYPO3 registry. We still need some kind of lifetime and garbage collection though.

@Mabahe
Copy link
Contributor

Mabahe commented Mar 28, 2019

Thats why I implemented a VariableFrontendUnFlushable specially for the hairu_token cache.

@mbrodala
Copy link
Member Author

Sorry to make you go to such lengths to work around a stupid decision of mine. :-(

@Mabahe
Copy link
Contributor

Mabahe commented Mar 28, 2019

No big prob as I found this smart fix! Don't let it trouble you to much! There are more worst things you have to fight with from time to time :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants