"Forgot password " for zfcuser

1k views Asked by At

I am using zfcuser and zfcrbac. ZfcUser does not have "forgot password" (or reset password) functionality complete. What is the best module there to use for resetting password functionality ? Ideally, I'd like to use emails with tokenized links, but any good solution would be helpful.

1

There are 1 answers

2
Clément Prévost On

I've been using this module with ease for 4 ZF2 projects already https://github.com/goalio/GoalioForgotPassword

It's simple and well crafted enough so that you can override any behaviour easily if needed.

Ex: we use this module but modified a factory to use our usual external email provider.