This may work, but I have not tred it
auth.settings.login_onaccept = lambda form:
session.update(dict(flash=A('click me',_href=URL('index'))))On May 6, 11:40 am, JagChris <[email protected]> wrote: > After logging in, i want a user to see a link popping up on the screen > so that when they click this link they go straight to a different page?

