raphaelbauer / casino-play

User management for Play! framework (authentication, registration, password management)
Other
48 stars 20 forks source link

Fix: recover e-mail is never revoked. #5

Open rikkert opened 12 years ago

rikkert commented 12 years ago

The recover e-mail can be used multiple times. This fix should revoke the original recover e-mail after the user changes his password successfully.

raphaelbauer commented 12 years ago

On Thu, Mar 1, 2012 at 11:16 AM, Ramiro Rikkert reply@reply.github.com wrote:

The recover e-mail can be used multiple times. This fix should revoke the original recover e-mail after the user changes his password successfully.

You can merge this Pull Request by running:

 git pull https://github.com/rikkert/casino-play patch-1

Or you can view, comment on it, or merge it online at:

 https://github.com/reyez/casino-play/pull/5

-- Commit Summary --

  • Fix: recover e-mail is never revoked.

-- File Changes --

M casino/app/controllers/casino/Registration.java (2)

-- Patch Links --

 https://github.com/reyez/casino-play/pull/5.patch  https://github.com/reyez/casino-play/pull/5.diff


Reply to this email directly or view it on GitHub: https://github.com/reyez/casino-play/pull/5

Hi Ramiro,

thanks for the patch!

I will merge it approx. mid March :)

Best,

Raphael