I'm trying to debug an "invalid reset password" message when a user tries to reset their password via an emailed link. I'm confused, though, about where the emailed link is handled. I understand that it goes to default/user/reset_password, but where in gluon (tools.py?) is that response actually handled?
As an aside, I find the behaviour of the default/user controller function kind of opaque generally. Does anyone know of a good explanation anywhere of how its various uses draw on gluon? The book explains well how to use the function, but it's hard to connect its various functions to the underlying business logic. Thanks, Ian -- 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.

