[SOLVED] Password Reset (invalid token error)

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Mon Aug 30, 2010 8:57 pm
Our users had not been able to use the password reset function successfully in recent days. Just wanted to share the solution in case anyone else is encountering it. This could happen on just about any older Gavick template where they have not yet addressed the issue.

Basically the com_user override now MUST include the form data for username in addition to the reset token. Since the older versions of Joomla! did NOT require it some template overrides (such as the one on gk_mystore) must have it added back.

Here is the article from Joomla! forums:
http://docs.joomla.org/Confirm_password_in_1.5.16

And here is my working com_user addition in templates/gk_mystore/html/com_user/reset/confirm.php:

<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>


Added right above the similar lines for TOKEN

Cheers,
Case
User avatar
Junior Boarder

GK User
Tue Aug 31, 2010 3:49 pm
Hi Case!

Thanks for this post... iam pulling my hair out at this moment... looked everywhere!!!

But this is it!!!!

You made my day ;)

Thanks man,
Maurice
User avatar
Fresh Boarder

GK User
Fri Sep 17, 2010 9:58 am
yes saved my day for 3 sites. Thanks.
User avatar
Senior Boarder


cron