Hi, Excellent product web2py but still trying to get my head around some of the structure and some burning questions from the documentation.
Question 1: I want my auth tables to have an audit table. So i uncommented the following line in db.py: auth.enable_record_versioning(db) Now this did not work: So some more reading and there is a mention of extra columns in the auth table that are needed. Such as modified_by etc... 1) I don't know the definition of these extra columns needed. 2) Shouldn't the auditing as these by default if they are needed? Also there is a bit of the documentation that says signature should equal True for auditing to work. Is that right? Isn't signature for SSL? Thanks to anyone answering my questions. Den -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

