A long time ago someone talked about adding a message parameter to
@auth.requires_login() so that a message could be passed but it does not
seem to be working:
Example:
@auth.requires_login(message=T('You need to be log in to perform this
action'))
def blog_create_entry:
bla bla bla
return...
Did this ever get added or can we do this another way. Right now users are
automatically redirected to the login screen which I am guessing is a bit
confusing because we have no message explaining what happened.
Thanks
--
Christopher Steel
Voice of Access