[web2py] Re: Invalid password reset

2015-08-20 Thread wish7code
Thanks so much! That solved the issue.. Cheers Toby Am Mittwoch, 19. August 2015 23:38:44 UTC+2 schrieb Massimo Di Pierro: 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

[web2py] Re: Invalid password reset

2015-08-19 Thread wish7code
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

[web2py] Re: Invalid password reset

2015-08-19 Thread Massimo Di Pierro
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

[web2py] Re: Invalid password reset

2015-07-24 Thread wish7code
OK, I see. It might really be a Google bug: I just saw my messages disappearing with the message Message from the moderator: Your message has been rejected. Only posts related to web2py are allowed. But back to the details: Basically I've got pretty much the same setting as Annet, i.e. using

[web2py] Re: Invalid password reset

2015-07-20 Thread Massimo Di Pierro
Will get to the bottom of this today. On Sunday, 19 July 2015 10:10:21 UTC-5, wish7c...@gmail.com 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

[web2py] Re: Invalid password reset

2015-07-20 Thread Massimo Di Pierro
We never delete any post. Ever. First posts from new users are moderated so it may take some time before they are approved are you are whitelisted. There have been a few rare cases of posts deleted by google. We think it is a bug. There have been a few occasions of posts deleted by moderated by

[web2py] Re: Invalid password reset

2015-07-20 Thread wish7code
Is there any specific reason, why my posts were denied As requested, I was providing detailled informations on my setting to reproduce the issue. As everybody on the list, I try to help making web2py better. Deleting posts without comment or reason then seems a litte bit unpolite to me.

[web2py] Re: Invalid password reset

2015-07-19 Thread wish7code
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: -

[web2py] Re: Invalid password reset

2015-07-15 Thread Massimo Di Pierro
Can you please post the list of steps to reproduce? We will fix it asap. On Wednesday, 15 July 2015 01:42:39 UTC-5, Annet wrote: 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

[web2py] Re: Invalid password reset

2015-07-15 Thread 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) -

[web2py] Re: Invalid password reset

2015-07-15 Thread Annet
Can you please post the list of steps to reproduce? We will fix it asap. I extended the auth_user table with username: auth.settings.extra_fields['auth_user']= [ Field('username', length=32, default='', requires=[IS_LENGTH(32, error_message='Lengte overschreidt 32 tekens'),

[web2py] Re: Invalid password reset

2015-07-14 Thread Massimo Di Pierro
This would happen if the user has already clicked the link. On Wednesday, 10 June 2015 03:54:37 UTC-5, Johann Spies wrote: What would cause this error message if a user receives a link from web2py to reset his password and when he clicks on it he gets the error : invalid password reset?