Forums / Developer / HOWTO: 'User has forgotten his pwd for the login'-mail
Dominik Pich
Monday 12 January 2004 6:35:22 am
I want to add a 'User has forgotten the pwd' button to the login page.. is this already done somewhere? ( No need to reinvent the wheel, is there? :))
Eirik Alfstad Johansen
Monday 12 January 2004 6:44:46 am
Hi Dominik,
This can be accomplished using the forgotpassword view of the user module (yoursite.com/user/forgotpassword). Remember to give anonymous users access to this view as, for some strange reason, this isn't set by default.
Sincerely,
Eirik Johansen
Sincerely, Eirik Alfstad Johansen http://www.netmaking.no/
Monday 12 January 2004 8:10:42 am
Works great but...I dont seem to be able to override the template.
I copied the tpl file from standard to my design and modified it but no effect.
Claus Jensen
Tuesday 13 January 2004 12:20:56 am
Hi, Are you using the 3.3.1 version? In that case there is a new setting you must remember to set. I have just realized this myself. Check here: http://ez.no/developer/ez_publish_3/forum/developer/template_override_cache
Else it could be you forgot to clear the cache?
Cheers,claÜs
Tuesday 13 January 2004 4:20:18 am
It was the cache again :)
Thanks all!