Re: [web2py] is_active column in auth_user - a question

2014-03-15 Thread Kiran Subbaraman
Vinicius, Thanks for the details. Will take a look at the code, and also create a pull-request for the documentation - if I have some details to add. Thanks -Kiran On Wednesday, March 12, 2014 7:27:16 PM UTC+5:30, viniciusban wrote: > > On Wed, Mar 12, 2014 at 8:42 AM, Kiran Subbaraman > > wrot

Re: [web2py] is_active column in auth_user - a question

2014-03-12 Thread Vinicius Assef
On Wed, Mar 12, 2014 at 8:42 AM, Kiran Subbaraman wrote: > Thanks for confirming that it is working as designed. > I modified the code so that now I perform a > auth.define_tables() > auth.define_tables(signature=True) Sorry, Kiran. I made a mistake and a great confusion. auth.define_tab

Re: [web2py] is_active column in auth_user - a question

2014-03-12 Thread Kiran Subbaraman
Thanks for confirming that it is working as designed. I modified the code so that now I perform a auth.define_tables() auth.define_tables(signature=True) * Will this serve the purpose of auditing (date-stamping, and recording user info) changes to the auth tables, for newer records now o

Re: [web2py] is_active column in auth_user - a question

2014-03-12 Thread Vinicius Assef
Yes, it is. To avoid the auth.signature from auth tables, call auth.define_tables() before auth.define_tables(signature=True). On Wed, Mar 12, 2014 at 5:44 AM, Kiran Subbaraman wrote: > Hello, > I just recently added a > auth.define_tables(signature=True) > > and noticed that the auth_user t

[web2py] is_active column in auth_user - a question

2014-03-12 Thread Kiran Subbaraman
Hello, I just recently added a auth.define_tables(signature=True) and noticed that the auth_user table now contains a few additional columns, and this one caught my attention - the "is_active" column. The only documentation I noticed around this is: http://web2py.com/books/default/search/29