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.
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.