- Posts: 9
- Thank you received: 0
Invalid token on logout
-
MJW
Inactive member - Topic Author
- New Member
Less
More
11 years 10 months ago #27317
by MJW
Invalid token on logout was created by MJW
Hello, I have discovered that although the standard login module was working OK with my previous template, now I have changed to Hot Wellness members cannot logout. You get "Invalid Token" when you try to logout. I think it might be a JQuery conflict of some kind because if I use the JM Experts login form that works OK for logout but I cannot get that one to work with any captcha plugin so I daren't use that module. Your help would be much appreciated please.
I use Joomla 2.5 and I have JQuery disabled now on my HOT accordian and HOT rotator modules.
I use Joomla 2.5 and I have JQuery disabled now on my HOT accordian and HOT rotator modules.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #27333
by ivan.milic
Replied by ivan.milic on topic Invalid token on logout
open:
templates\hot_wellness\html\mod_login\defult.php
around line 16 above this:
<?php if ($params->get('greeting')) : ?>
put:
<?php echo JHtml::_('form.token'); ?>
templates\hot_wellness\html\mod_login\defult.php
around line 16 above this:
<?php if ($params->get('greeting')) : ?>
put:
<?php echo JHtml::_('form.token'); ?>
The following user(s) said Thank You: MJW
Please Log in to join the conversation.
-
MJW
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
11 years 10 months ago #27349
by MJW
Replied by MJW on topic Invalid token on logout
Hello Ivan
Very many thanks indeed. That has solved the problem. I am very grateful to you not only for the solution but also for your very speedy reply.
Very many thanks indeed. That has solved the problem. I am very grateful to you not only for the solution but also for your very speedy reply.
Please Log in to join the conversation.
Time to create page: 0.149 seconds