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
--

