I think he redefine the auth model and now can't see all column in the appadmin?!
You can get the default auth models in the gluon/tools.py Just search with one the field name of one of auth table you will get the model intial definition (or default) models Richard On Tue, Oct 4, 2011 at 2:11 PM, monotasker <[email protected]> wrote: > The auth tables should be visible from the db administration interface -- > not from your models in "design" view but from the 'db' interface where you > can view table contents and insert records directly into tables (in "design" > view, you follow the "database administration" button just under the > "models" heading and above the list of your model files.) Sorry if this is > all redundant. If you don't see the auth tables there, then I think > something's wrong with your installation. >

