in your model add something like

def set_message(form):
    session.flash = T('hello %(name)s', dict(name=auth.user and
auth.user.first_name))

auth.settings.login_onaccept = set_message

Reply via email to