Closed (won't fix)
Project:
Danland
Version:
6.x-1.10
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
11 Jul 2010 at 05:11 UTC
Updated:
22 Nov 2010 at 13:55 UTC
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
Comment #1
danpros commentedHi,
I saw the Garland theme including this
Try change the Danland's page-front-tpl.php and page.tpl.php with above code.
If it's work then I'll adding it in the next release.
Thanks,
Dan
Comment #2
mardok commentedIt doesn't work, after insert that code i cleared core cache and boost cache, but nothing change
Comment #3
danpros commentedHi,
Okay I'll tracking this behavior. Thanks for reporting this issue.
Dan
Comment #4
danpros commentedHi,
It seem the problems is the page caching like this. I try it and all is work fine.
Thanks,
Dan