Skip to content
Discussion options

You must be logged in to vote

The logic is from 2013 maybe even older so if I'm sure they would do it differently now and it would be possible to encode the email or other user identifier to the token and read it in the broker (note that it's an email and not user id because you might have multiple "user" tables etc.). That said, changing this now would introduce breaking changes with database structure and applications/packages that depends on current behavior, but there's nothing preventing the developer overriding the reset email with his own and he can include the email inside custom encoded token - encode('email|token') and decoding it into segments when handling reset, which not sure it warrants a breaking chang…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rootcause0
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants