Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • yfb01 Friend
    #169969

    Hi,
    in the Ironis template I installed, I cannot find the way to activate (make visible) the “forgot password” and “forgot username” in je JA login module.
    How to do it / where can I configure it.
    Thanks in advance
    yves

    jooservices Friend
    #421096

    Hi
    If i’m not wrong forgot password & username is not included in this module.
    To do that just put your code into html of module.
    Thank you
    Viet Vu

    yfb01 Friend
    #421161

    Hi,
    thanks for your reply.
    Do you already have that piece of code? I think it should exist somewhere and would save me time.
    Previously I looked in other forum posts, but couldn’t find that piece of code explicitely (for instance in the post).
    Thanks in advance

    yves

    jooservices Friend
    #421443

    Hi
    It should be simply to do just by copy code from Joomla mod_login 😉

    <li>
    <a href="<?php echo JRoute::_( 'index.php?option=com_user&view=reset' ); ?>">
    <?php echo JText::_('FORGOT_YOUR_PASSWORD'); ?></a>
    </li>
    <li>
    <a href="<?php echo JRoute::_( 'index.php?option=com_user&view=remind' ); ?>">
    <?php echo JText::_('FORGOT_YOUR_USERNAME'); ?></a>
    </li>
    <?php
    $usersConfig = &JComponentHelper::getParams( 'com_users' );
    if ($usersConfig->get('allowUserRegistration')) : ?>
    <li>
    <a href="<?php echo JRoute::_( 'index.php?option=com_user&view=register' ); ?>">
    <?php echo JText::_('REGISTER'); ?></a>
    </li>

    Thank you
    Viet Vu

    yfb01 Friend
    #421826

    Dear Viet Vu,

    thanks for this, but I don’t know exactly where to paste it? :-[
    I have tried in several mod_jalogin html files, but it didn’t change anything.
    Can you please tell me in which file I should paste it?
    Thanks in advance
    yves

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

This topic contains 5 replies, has 2 voices, and was last updated by  yfb01 13 years ago.

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