Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ollyjk Friend
    #131801

    Hi
    On the login screen which pops up, where the username is entered underneath this there is the option which states ‘Forgot Your Password?’, underneath the password option/box there is the option ‘Forgot Your Username?’ – can these be swapped around so that underneath the username box it says forgot your username and vice versa?

    Picture attached


    1. login
    Sherlock Friend
    #264081

    Hi
    you can edit default.php(templatesja_teline_iihtmlmod_login folder)
    Search those lines:

    <div class="ja-login-links">
    <a href="<?php echo JRoute::_( 'index.php?option=com_user&view=reset' ); ?>">
    <?php echo JText::_('FORGOT_YOUR_PASSWORD'); ?></a>
    <a href="<?php echo JRoute::_( 'index.php?option=com_user&view=remind' ); ?>">
    <?php echo JText::_('FORGOT_YOUR_USERNAME'); ?></a>
    </div>

    Change to

    <div class="ja-login-links">
    <a href="<?php echo JRoute::_( 'index.php?option=com_user&view=remind' ); ?>">
    <?php echo JText::_('FORGOT_YOUR_USERNAME'); ?></a>
    <a href="<?php echo JRoute::_( 'index.php?option=com_user&view=reset' ); ?>">
    <?php echo JText::_('FORGOT_YOUR_PASSWORD'); ?></a>

    </div>

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 16 years, 3 months ago.

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