Hello everyone.

I want to understand how the login/register etc work. 

How does the 'default' controller exposes the 'user' functions? When the 
client requests 'default/user/login' what does the '/login' part do? In the 
'default.py' file I see that the controller always returns a form 'return 
dict(form=auth())'.

Also after the client submits the form, how is this handled by the 
'default.py' controller? I don't see any logic in there, it just returns 
the auth() form.

Finally, where can I find the logic of the 'user' controller?

Thank you!

-- 
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.

Reply via email to