This is not a bug. This is a misconfiguration.You have a custom message for the email that is sent and it uses an old syntax for embedding the email reset link. The email you quote looks like
https://www.leonexus.nl/my/default/user/reset_password/1436942252-fffb0ed4-dec2-4ae6-93a1-19355abc13ac <http://127.0.0.1:8000/my/default/user/reset_password/1436942252-fffb0ed4-dec2-4ae6-93a1-19355abc13ac> instead it should be https://www.leonexus.nl/my/default/user/reset_password?key=1436942252-fffb0ed4-dec2-4ae6-93a1-19355abc13ac <http://127.0.0.1:8000/my/default/user/reset_password/1436942252-fffb0ed4-dec2-4ae6-93a1-19355abc13ac> Make sure you use %(link)s to embed the link, for example: auth.settings.reset_password='Click on the link %(link)s to reset your password' On Wednesday, 19 August 2015 15:59:42 UTC-5, [email protected] wrote: > > Any news on that issue? I just tested > 2.12.3-stable+timestamp.2015.08.19.00.18.03, > but I still get the *Invalid password reset* message.. > Happy to provide any details needed for analysis.. > > Cheers > Toby > > > > Am Montag, 20. Juli 2015 08:38:09 UTC+2 schrieb Massimo Di Pierro: >> >> Will get to the bottom of this today. >> >> On Sunday, 19 July 2015 10:10:21 UTC-5, [email protected] wrote: >>> >>> Same with me... >>> >>> Am Mittwoch, 15. Juli 2015 08:42:39 UTC+2 schrieb Annet: >>>> >>>> >>>> This would happen if the user has already clicked the link. >>>>> >>>> >>>> This also happens when clicking the link for the very first time, >>>> I noticed this after upgrading to version 2.10. >>>> >>>> Kind regards, >>>> >>>> Annet >>>> >>> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

