Actions
Feature #14933
closedshow_forgot_password should be TS-controlled too
Start date:
2005-08-20
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
show_forgot_password is only activated via flexform while it's quite natural to put the login box into the generic template.
The check is at pi1/class.tx_newloginbox_pi1.php:299, would be nice to add one more.
(issue imported from #M1389)
Files
Updated by Stefan Strasser about 18 years ago
I attached a patch with the possibility to control the show_forgot_password_link by TypoScript. With that the link will be shown if at least one configuration option is set to true (flexform or typoscript).
With the second patch, the variable showForgotPassword will be shown in the Typoscript Object Browser, even if not explicitly set.
Updated by Stefan Strasser about 18 years ago
changed ' OR ' to ' || ' and commited to svn
Updated by Stefan Strasser about 18 years ago
3.0.1 - which contains fix - is released
Actions