Hello,

I notice that in the book auth table customisation explication has 
changed...

I would like to know if this still good :

auth=Auth(globals(),db)
crud=Crud(globals(),db) 

Since in the book it is now just :

auth = Auth(db)

Thank you.

Richard

Reply via email to