@hamdy.a.farag: sweeeeet. One of these days I have to memorize the
bazillion or so auth.settings.

On Jun 2, 12:53 pm, "hamdy.a.farag" <hamdy.a.fa...@inbox.com> wrote:
> 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