Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


"Invalid Token" after login
Date: 2008/10/05 18:19 By: justincredibleg Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
I tried finding an issue like this in the forums but couldn't really see one that explained what needed to happen. I am running Joomla! 1.5.6. I have CB 1.1. I am using cblogin as my log in module.

Whenever a user logs on the page will go to a white screen with the text "Invalid Token". While searching the google I was able to find that it is a security feature of joomla 1.5 to prevent bots, etc. The only information I could find was for changing the default joomla login mod.

I found that I need to change this line of code:

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

to this:

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

But I don't know where to find that line of code in the cblogin module.

Maybe it is totally different.

Any help would be great! Thanks.
Click here to see the profile of this user The administrator has disabled public write access.

Re:"Invalid Token" after login
Date: 2008/10/05 18:47 By: Rapunzl Status: CB Doc subscriber  
Karma: 52  
Moderator

Posts: 1060
graphgraph
Try searching in Joomla forums, since this is a Joomla issue.
Jamie
Rapunzl Reminisces Owner and Website Administrator / Community Builder and Groupjive Team Member and Moderator
_______________________________________________________
Want to speed up the release of CB 1.2 and Plugins? Before posting, please read CB 1.1 Bugs stickies or CB 1.2 Identified Issues and the FAQs and Search the forum and the Web for your error. If not found, post Joomla, CB, PHP, Database and Browser versions, along with the exact error you are getting and results. Fewer posts for the developers to sift through will result in faster releases!

If you're looking for CB plugins, try the Downloads section, Directory (new) section or Joomla Community Builder-specific extensions.
Click here to see the profile of this user The administrator has disabled public write access.

Re:"Invalid Token" after login
Date: 2008/10/05 23:05 By: justincredibleg Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
I was told to check here because it is a problem caused by using the cblogin module instead of the default joomla login mod.

Surely someone has experienced this and found the fix and actually has something beneficial to post.
Click here to see the profile of this user The administrator has disabled public write access.

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login