How to get current user from db.auth_user in web2py

Viewed 11

I need to get current user from web2py app, I have this in the Model to select one, but I want it automatic the current user.

Field('f_reporta', db.auth_user,

Sorry I am newby. thanks a lot.

0 Answers
Related