auth.user is the db.auth_user record for the current logged in user, so in your view, just do something like:
Hello {{=auth.user.first_name}}
See http://web2py.com/book/default/chapter/08#Authentication.
Anthony
auth.user is the db.auth_user record for the current logged in user, so in your view, just do something like:
Hello {{=auth.user.first_name}}
See http://web2py.com/book/default/chapter/08#Authentication.
Anthony