test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • scibile Friend
    #185009

    I can’t figure out how removing “Forgot your password” and “Forgot your username” from JA Login windows. I hope is possible to do that whitout touching the core code.


    1. Schermata-2013-02-16-alle-13.12.59
    pavit Moderator
    #483643

    Hi

    Check this file modulesmod_jalogintmplDefault.php
    [PHP]<ul>
    <li>
    <a href=”<?php echo JRoute::_(‘index.php?option=com_users&view=reset’); ?>”>
    <?php echo JText::_(‘FORGOT_YOUR_PASSWORD’); ?></a>
    </li>
    <li>
    <a href=”<?php echo JRoute::_(‘index.php?option=com_users&view=remind’); ?>”>
    <?php echo JText::_(‘FORGOT_YOUR_USERNAME’); ?></a>
    </li>[/PHP]

    You can comment that portion of code

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  pavit 11 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum