goalio / GoalioForgotPassword

A Zend Framework 2 (ZF2) Module offering forgot password via e-mail functionality to ZfcUser
BSD 3-Clause "New" or "Revised" License
42 stars 49 forks source link

Doctrine integration #5

Closed bycosta closed 11 years ago

bycosta commented 11 years ago

It would be nice to have Doctrine integration, since ZfcUser has too.

pdobrigkeit commented 11 years ago

I will publish a seperate module for this. Currently the doctrine part is just in some other library that we are developing and I have to seperate it out.

bgallagher commented 11 years ago

Any more word on the your doctrine modules?

pdobrigkeit commented 11 years ago

Since the necessary PR to ZfcUser has been done, I will see if I find time to make the project ready this week.

bramstroker commented 11 years ago

This would be very nice, I'm using ZfcUser in combination with Doctrine now, but I cannot use the remember me functionality yet.

bgallagher commented 11 years ago

That'd be great. Let me know if I can help at all.

pdobrigkeit commented 11 years ago

Right now it is pretty much just taking out the doctrine mapper functionality which ended up in another module in our application, but that should be pretty straight forward. You guys can help just testing it out then ;)

bgallagher commented 11 years ago

Sign me up.

pdobrigkeit commented 11 years ago

Alright. Has not been tested yet, but as a preview: https://github.com/goalio/GoalioForgotPasswordDoctrineORM

 "goalio/goalio-forgotpassword-doctrine-orm": "dev-master"

I close this issue. Please report any issues in the new repository ;)

bgallagher commented 11 years ago

Will try and get a chance to test it out in a day or two. Thanks.