Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • pinkfloyd Friend
    #155471

    This message appears each time I try to reset the password on this template.

    There is no html/com_user/reset/confirm.php file. in the template, so how is this fixed?

    Any help much appreciated.

    Phill Moderator
    #359714

    Can you switch to a different template on the same install and see if that works please? The system is working on my test server. The token generation and reset are functions of Joomla and should not be affected by the template.

    Sherlock Friend
    #359796

    <em>@pinkfloyd 199426 wrote:</em><blockquote>This message appears each time I try to reset the password on this template.

    There is no html/com_user/reset/confirm.php file. in the template, so how is this fixed?

    Any help much appreciated.</blockquote>

    Dear pinkfloyd,

    In this case you can go to the file of
    pluginssystemjat3base-themesdefaulthtmlcom_userresetconfirm.php

    You will see the Html block codes
    <tr>
    <td height=”40″>
    <label for=”token” class=”hasTip” title=”<?php echo JText::_(‘RESET_PASSWORD_TOKEN_TIP_TITLE’); ?>::<?php echo JText::_(‘RESET_PASSWORD_TOKEN_TIP_TEXT’); ?>”><?php echo JText::_(‘Token’); ?>:</label>
    </td>
    <td>
    <input id=”token” name=”token” type=”text” class=”required” size=”36″ />
    </td>
    </tr>

    And change it to

    <tr>
    <td height=”40″>
    <label for=”username” class=”hasTip” title=”<?php echo JText::_(‘RESET_PASSWORD_USERNAME_TIP_TITLE’); ?>::<?php echo JText::_(‘RESET_PASSWORD_USERNAME_TIP_TEXT’); ?>”><?php echo JText::_(‘User Name’); ?>:</label>
    </td>
    <td>
    <input id=”username” name=”username” type=”text” class=”required” size=”36″ />
    </td>
    </tr>
    <tr>
    <td height=”40″>
    <label for=”token” class=”hasTip” title=”<?php echo JText::_(‘RESET_PASSWORD_TOKEN_TIP_TITLE’); ?>::<?php echo JText::_(‘RESET_PASSWORD_TOKEN_TIP_TEXT’); ?>”><?php echo JText::_(‘Token’); ?>:</label>
    </td>
    <td>
    <input id=”token” name=”token” type=”text” class=”required” size=”36″ />
    </td>
    </tr>

    smitheringale Friend
    #364153

    this worked for me – except it now asks for user name as well when it comes to entering the token

    cheers!

    <em>@dathq 199530 wrote:</em><blockquote>Dear pinkfloyd,

    In this case you can go to the file of
    pluginssystemjat3base-themesdefaulthtmlcom_userresetconfirm.php

    You will see the Html block codes
    <tr>
    <td height=”40″>
    <label for=”token” class=”hasTip” title=”<?php echo JText::_(‘RESET_PASSWORD_TOKEN_TIP_TITLE’); ?>::<?php echo JText::_(‘RESET_PASSWORD_TOKEN_TIP_TEXT’); ?>”><?php echo JText::_(‘Token’); ?>:</label>
    </td>
    <td>
    <input id=”token” name=”token” type=”text” class=”required” size=”36″ />
    </td>
    </tr>

    And change it to

    <tr>
    <td height=”40″>
    <label for=”username” class=”hasTip” title=”<?php echo JText::_(‘RESET_PASSWORD_USERNAME_TIP_TITLE’); ?>::<?php echo JText::_(‘RESET_PASSWORD_USERNAME_TIP_TEXT’); ?>”><?php echo JText::_(‘User Name’); ?>:</label>
    </td>
    <td>
    <input id=”username” name=”username” type=”text” class=”required” size=”36″ />
    </td>
    </tr>
    <tr>
    <td height=”40″>
    <label for=”token” class=”hasTip” title=”<?php echo JText::_(‘RESET_PASSWORD_TOKEN_TIP_TITLE’); ?>::<?php echo JText::_(‘RESET_PASSWORD_TOKEN_TIP_TEXT’); ?>”><?php echo JText::_(‘Token’); ?>:</label>
    </td>
    <td>
    <input id=”token” name=”token” type=”text” class=”required” size=”36″ />
    </td>
    </tr>
    </blockquote>

    Sami Mattila Friend
    #364835

    Hi,

    This didin’t work for me. Still getting the same error message that Token is incorrect. But now I have the extra field of username in the Insert Token page.

    http://www.moymore.net/en/lemmikkitarvike-tuotteet

    This issue must be somehow related to either the template or JA T3 component. How to fix it?

    Amy

    Sherlock Friend
    #364916

    Dear icinfo,

    It is strange that it did not worked for you, you can submit a ticket and give me your admin account as well as the FTP info. I will check it for you.

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

This topic contains 6 replies, has 5 voices, and was last updated by  Sherlock 13 years, 12 months ago.

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