Let me start by saying I love auth.signature. But as you can see from the title, it comes with a price, I find hard to accept. The is_active record, is kinda irritating. I don't need it most of the time, if I do need to use it - I'll never call is "Is Active" in a form I'm showing to my users, and last but not least - it has nothing to do with auth. Every time I use the auth signature, I turn it off, by making it unreadable / unwriteable.
Is there a way to get all the good of auth.signature, without the is_active coulmn? Is there an easy way to change it's label (for the very least)? Or if we bothered pulling it - is there a way to tell web2py that all selects include is_active=True (so it, for the very least be useful)? Thanks in advance Yaya