We tried to remove the check len(request.args)>1 but this resulted into an 
infinite loop. If you can help us debug that I have no objection to 
eliminate it.

On Tuesday, 30 September 2014 04:14:31 UTC-5, Leonel Câmara wrote:
>
> That's definitely a bug. It's 1 because Auth.__call__ exposes all auth 
> actions in just one controller function if you call it there, so 
> request.args(0) is 'reset_password'. For some reason reset_password thinks 
> this is how it should be, going as far as assuming that you have all auth 
> actions in the same controller (auth.settings.function).
>
> Reset password should just put the key in a query var and stop this 
> nonsense.
>

-- 
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/d/optout.

Reply via email to