Dear Joomla-layouts
I have been for a while receiving this error message "Invalid Token" when I log in.
You may need to update your login module or check your 'modules/mod_login/tmpl/default.php' and see if you have the old code
| Code: |
<input type="hidden" name="<?php echo JUtility::getToken(); ?>" value="1" />
|
and change it to
| Code: |
<?php echo JHTML::_( 'form.token' ); ?>
|
My Cookies are always on so I don't think it is my browser.
Best Regards
