Still not working for me, the forgot password form behaves exactly the same 
as before, the forgot username is fully functional

Op woensdag 15 januari 2014 21:01:04 UTC+1 schreef pa...@cancamusa.net:
>
> I have the same problem, and it doesn't work remotely.
>
> Just for reference, I saw it is corrected in the latest version. It was 
> line 2918 in tools.py:
>
> user = table_user(**{userfield:form.vars.get(userfield)})
>
> instead of
>
>             user = table_user(**{userfield:form.vars.email})
>
> Regards
>
> El martes, 24 de diciembre de 2013 05:36:45 UTC+1, Brian M escribió:
>>
>> I recently experienced something like this as well. Are you trying to do 
>> the reset from localhost or remotely? When I experienced this I found that 
>> oddly while the forgotten password form would not work when connecting to 
>> localhost, if I connected from another computer it worked fine. From 
>> localhost it was if the forgotten password form wasn't even being processed 
>> at all (no error messages or anything). I was using an older version of 
>> web2py and upgrading to trunk seemed to get the password reset working 
>> again from localhost.  I thought it was just a fluke but now that someone 
>> else is mentioning it too, maybe it isn't? Bastiaan, what version are you 
>> using?
>>
>> On Monday, December 23, 2013 9:27:22 PM UTC-6, Massimo Di Pierro wrote:
>>>
>>> Please open a ticket about this.
>>>
>>> On Monday, 23 December 2013 10:33:43 UTC-6, Bastiaan van der Veen wrote:
>>>>
>>>> I have a problem with forgot password. When I enter a username that 
>>>> does not exist, I get the red bar validator under the field saying 
>>>> "Invalid 
>>>> username", so that functions correct.
>>>> But when I enter a username that does exist, I get no validation error 
>>>> and the flash message says "Invalid username" and nothing happens. My 
>>>> username table is created by the auth.define_tables(username=True) 
>>>> function 
>>>> so it is correct.
>>>>
>>>> The forgot username function works properly and logging in etc. is all 
>>>> working.
>>>>
>>>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to