Does it show any message at all? You could always set an arg or var and then in the destination function test for that and, if present, display flash. Just an idea.
On Thursday, September 20, 2012 10:05:22 AM UTC+1, Yebach wrote: > > Hello > > After a new user is created I want to show the flash message and redirect > a user back to home page. > > The redirection is done with > auth.settings.register_next = URL('school','index', > vars=dict(school=database)) > and > for message > auth.messages.registration_pending ('bklabafbaklva') > > but the message is not shown? why? > > thank you > --