Hello,
In the login menu item form, the links do not appear forgot your password or forgot the name of the User.
Below is an attachment of what appears.
Pawel F wrote:Hi,
and you want to recover all of them or only know why they don't appear?
<div style="margin-top:20px;">
<a href="<?php echo JRoute::_('index.php?option=com_users&view=reset'); ?>">
<?php echo JText::_('COM_USERS_LOGIN_RESET'); ?></a>
or
<a href="<?php echo JRoute::_('index.php?option=com_users&view=remind'); ?>">
<?php echo JText::_('COM_USERS_LOGIN_REMIND'); ?></a>
</div>Pawel F wrote:Today I will add new guide to our WIKI about how to create login via e-mail, without "stupid" login.
