[web2py] Re: Where did the auth_user table go (v. 2.4.x) that used to be in db.py

2013-04-18 Thread wdtnh
doh!  Totally forgot about this - grthanks!!!

-- 

--- 
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/groups/opt_out.




[web2py] Re: Where did the auth_user table go (v. 2.4.x) that used to be in db.py

2013-04-17 Thread Anthony
Are you talking about in the welcome scaffolding application? In there, 
auth.define_tables(...) automatically defines the auth_user table (always 
has). If you just want to add fields, no need to manually define the whole 
table -- instead use auth.settings.extra_fields (see 
http://web2py.com/books/default/chapter/29/09#Customizing-Auth).

Anthony

On Wednesday, April 17, 2013 7:58:00 PM UTC-4, wdtnh wrote:

 I need to modify the auth_user table to add a field.  It used to be in 
 db.py file?  Where is it defined now?

 thanks


-- 

--- 
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/groups/opt_out.