It is currently Sat Jul 04, 2009 7:01 am (All times are UTC )

 


Forum rules

Forum Rules
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
Posted: Wed Jan 09, 2008 10:59 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Fri Aug 12, 2005 2:45 am
Posts: 1471
Location: Toowoomba, Australia
Due to a recent security fix, some problems may be introduced with existing 1.5 sites.  The know issues are as follows:

Invalid Token page displays when trying to login

Older 1.5 templates, 1.0 templates working in legacy mode, or those using customer login code or using layout overrides will experience this problem.

The login must include a for token.  Previously this was done with this code:

Code:
<input type="hidden" name="<?php echo JUtility::getToken(); ?>" value="1" />


You must change this to:

Code:
<?php echo JHTML::_( 'form.token' ); ?>

_________________
Andrew Eddie - Joomla! Development Coordinator - Follow @AndrewEddie
<><
http://jxtended.com - Extensions for Joomla that "just work"
http://www.theartofjoomla.com/convertin ... sions.html -Don't be lazy, upgrade!


Top
   
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group