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 [email protected]. For more options, visit https://groups.google.com/d/optout.

