The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help missing secuirty token
Hello everyone please help. When new users sign up to the forum and recieve the message that tells them registration is complete and they can go to the forum or fix there profile. when they click profile the error comes up about a missing security token. i tried to register myself and got the same thing. Please help, any ideas?
--------------- Added [DATE]1255184380[/DATE] at [TIME]1255184380[/TIME] --------------- 4get it.. i got it |
#2
|
|||
|
|||
I found an extra xml file that remained from a add on I removed. It was causing all kinds of problems.
That would be a good place to start. If you have done any mods, or removed any mods, remove them and all the files. Start working backwards with the most recent. |
#3
|
||||
|
||||
Quote:
|
#4
|
||||
|
||||
always good to say how you fixed it then other people can maybe use the same process!
|
#5
|
|||
|
|||
Well if you don't want CSRF protection ie you recieve post requests from other domains you can define CSRF_SKIP_LIST or else add the securitytoken hidden input field in the form.
HTML Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Code:
define('CSRF_SKIP_LIST', 'do_action') |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|