Hello all! How i can take control of the registration,login, etc forms? It is very important that I process the registration form ( i have an 'organization' table in db and based on some info the user enters on the registration page i should create corresponding organization entry and based on that 'auth_group' entry/s.
I can see the user() function in the default controller but where i can change the logic of the exposed functionality? ( without altering the web2py source code, the code for the above should be in my app ). If this is not possible how i can remove all the tables that web2py generates ( implementing my own ) and still know when the user log's in , log's out, register..etc? The main goal is to create a multi company, multi user application but i don't see how that current provided authentication can make it work. Also you guys think it is better to just use web2py as middleman between views (clientside) and my own python code ( alchemy or DAL but without any models , so just views and controllers) ? Thanks! -- 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.