auth_user is a table used in web2py with respect to access control.

You'll find a good overview about this on:
http://web2py.com/books/default/chapter/29/09/access-control?search=auth_user

Best regards,
Tom.

On Tuesday, April 1, 2014 8:01:20 PM UTC+2, Shubham Rathi wrote:
>
> Hi, I am a novice to web2py development. I stumbled across a piece of code 
> which uses something like: reference auth_user
> I am following a book which is telling how to build a facebook type web2py 
> app. It uses the following:
> # a table to link two people
> db.define_table('link', Field('source', 'reference auth_user'), 
> Field('target', 'reference auth_user'), Field('accepted', 'boolean', 
> default=False))
> What is this *reference auth_user*?
> Please see Page 86 of the attached document. 
>

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

Reply via email to