Hi, I am trying to disconnect users when they connect from another computer by deleting entries in web2py_session table. But as this table doesnt log usernames . which makes some sens because a session is established before the login process.
I had to edit file globals.py line 485 to add a field username to that table, and in my db.py file i updated the table with auth.user.username value (at the auth.setting.login_onaccept)

