[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,

[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