[TYPO3-dev] FF field "Forgot Password Message" in felogin not working

Steffen Müller typo3 at t3node.com
Thu Jul 8 14:41:17 CEST 2010


Hi.

The value of the FF field "Forgot Password Message" in felogin is not
working. No matter what you type in that field, the text in the forget
password form does not change.

I had a quick look into the code and this is what I found out:

* The FF field name is "forgot_message"
* pi1 class uses "forgot_reset_message"
* locallang comes with both "ll_forgot_reset_message" and
"ll_forgot_reset_message"

So there are two solutions to solve this:
1. Rename the FF field --> will lead to empty fields in existing plugin
instances.
2. Change pi1 class to use forgot_message instead of
forgot_reset_message and change locallang accordingly.

Which solution would you prefer? Are there any drawbacks in terms of
backward compatibility?


-- 
cheers,
Steffen

TYPO3 Blog: http://www.t3node.com/
Twitter: http://twitter.com/t3node




More information about the TYPO3-dev mailing list