PDA

View Full Version : Help missing secuirty token


BucWiLd
10-10-2009, 01:01 PM
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 1255184380 at 1255184380 ---------------

4get it.. i got it :)

Deib
10-11-2009, 12:31 AM
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.

HMBeaty
10-11-2009, 12:33 AM
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.

--------------- Added 1255184380 at 1255184380 ---------------

4get it.. i got it :)
;) :)

ProFifaLeagues
10-11-2009, 01:42 PM
always good to say how you fixed it then other people can maybe use the same process!

Brandon_R
10-11-2009, 01:54 PM
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.

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

OR

define('CSRF_SKIP_LIST', 'do_action')

I suggest enabling CSRF protection.