Not sure exactly what you need but, yes, I think it's kind of rare.

Maybe this will work for you: by default, Web2py creates an auth_event table 
and automatically records a bunch of actions like register, login, etc.

You can add your own actions with this one-liner:
auth.log_event(description='this happened', origin='auth')

Both description and origin can be anything I believe.

Reply via email to