Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • iletpm Friend
    #205247

    Hi.

    For the login form on this page, how do I remove the Forgot your password? and Forgot your username? options please?

    https://www.iletpropertymanagement.com/login

    Thanks.

    Pankaj Sharma Moderator
    #565553

    Hi
    Try this
    Go to templatesuberhtmlcom_userslogindefault_login.php

    Find and comment out or Remove this code


    <ul>
    <li><a href="<?php echo JRoute::_('index.php?option=com_users&view=reset'); ?>">
    <?php echo JText::_('COM_USERS_LOGIN_RESET'); ?></a></li>
    <li><a href="<?php echo JRoute::_('index.php?option=com_users&view=remind'); ?>">
    <?php echo JText::_('COM_USERS_LOGIN_REMIND'); ?></a></li>
    <?php
    $usersConfig = JComponentHelper::getParams('com_users');
    if ($usersConfig->get('allowUserRegistration')) : ?>
    <li><a href="<?php echo JRoute::_('index.php?option=com_users&view=registration'); ?>">
    <?php echo JText::_('COM_USERS_LOGIN_REGISTER'); ?></a></li>
    <?php endif; ?>
    </ul>

    Take a backup of original file before applying above changes .

    Clear cache and check .

    xinxibuydgj Friend
    #567205

    <em>@iletpm 466742 wrote:</em><blockquote>Hi.

    For the login form on this page, how do I remove the Forgot your password? and Forgot your username? options please?

    https://www.iletpropertymanagement.com/login

    Thanks.</blockquote>

    can you tell me how to use japages like login,thanks

    Pankaj Sharma Moderator
    #567259

    <em>@xinxibuydgj 468883 wrote:</em><blockquote>can you tell me how to use japages like login,thanks</blockquote>
    Hi can u explain a bit more what u mean by japages like login

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

This topic contains 4 replies, has 3 voices, and was last updated by  Pankaj Sharma 9 years, 7 months ago.

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