On Thursday, June 6, 2019 at 9:42:59 AM UTC-7, karthikeyan p wrote: > > hi , thanks alot for those, who reading this questions ! > 1.i dont know how the auth-user is implemented in controller and about > lambda on auth ?? >
I don't know what you are asking here. Are you trying to customize something? 2.how to customise user registration in auth-user by verifying the user > through OTP ; in my project i need to verify the user by OTP ( i will send > otp via sms ); > Look at the OPT example (example 3) in <URL:http://web2py.com/books/default/chapter/29/09/access-control#Two-step-verification> 3.how to insert a value into a table(another custom table) during auth > registration. > See the callbacks in <URL:http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer?search=before_insert#callbacks-on-record-insert-delete-and-update> and just set a callback on auth_user that updates your other table. /dps -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/2bfa6ab6-4808-4293-84bc-dca8cb0ac756%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

