I've managed to do the override, by simply erasing the following part of code, from dafault.php in mod_login override:
Anyway, it seems that the developer has solved the issue with sc login, which far more compact, and give the option to open a pop up in which it is possibile to insert credentials.
I think I will keep on using that extension.
I've written this update, just in case someone else would like to opt of the override solution.
Thanks
Code:
<li> <a href="<?php echo Route::_('index.php?option=com_users&view=reset'); ?>"> <?php echo Text::_('MOD_LOGIN_FORGOT_YOUR_PASSWORD'); ?></a> </li> <li> <a href="<?php echo Route::_('index.php?option=com_users&view=remind'); ?>"> <?php echo Text::_('MOD_LOGIN_FORGOT_YOUR_USERNAME'); ?></a> </li>
I think I will keep on using that extension.
I've written this update, just in case someone else would like to opt of the override solution.
Thanks
Statistics: Posted by ita4012 — Thu Mar 21, 2024 10:36 am