raphaelbauer / casino-play

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

Why casino.Registration.confirm() be called automatically after registrationFinish() being called. #10

Open daoming7812 opened 8 years ago

daoming7812 commented 8 years ago

hi,raphaelbauer

I'm use casino-play in my code. the issue is when the user finished registrating in UI, casino.Registration.confirm() method will be called automatically, the confirmation_code will be cleared. so when user click the link in his email, an error will show to him. this happened in tomcate of linux. but in tomcate of windows, my code work correctly.

do you any suggestion?

thanks!