After user registration user is redirected on home page, but the message "Password sent on your e-mail" is missed.
I tried with garland theme and it works. On page-front.tpl and page.tpl I have:

if ($show_messages) { print $messages; };

Comments

danpros’s picture

Hi,

I saw the Garland theme including this

<?php if ($show_messages && $messages): print $messages; endif; ?>

Try change the Danland's page-front-tpl.php and page.tpl.php with above code.

<?php if ($show_messages) { print $messages; }; ?>

If it's work then I'll adding it in the next release.

Thanks,
Dan

mardok’s picture

It doesn't work, after insert that code i cleared core cache and boost cache, but nothing change

danpros’s picture

Hi,

Okay I'll tracking this behavior. Thanks for reporting this issue.

Dan

danpros’s picture

Status: Active » Closed (won't fix)

Hi,

It seem the problems is the page caching like this. I try it and all is work fine.

Thanks,
Dan