Trying to delete a double post the whole thread disappeared.
@Fuzzical Logic The problem is solved.
It was a typo.
I am using tv's to call chunks in my site. To keep my site uniform I also did this for the resetpassword.
I had this code:
[[If? &subject=`[[*optional_passwordhandler]]` &operator=`EQ` &operand=`yes` &then=`[[$paswordhandler]]`]]
and it had to be:
[[If? &subject=`[[*optional_passwordhandler]]` &operator=`EQ` &operand=`yes` &then=`[[$passwordhandler]]`]]
So missing one s in passwordhandler was the problem.
Thank you for your help.
[ed. note: showa26 last edited this post 14 years ago.]