Log in

View Full Version : :: Submission token missing ::


org knopper
06-06-2008, 12:05 PM
I m getting complaints from members that they get this "Your submission could not be processed becauuse security token was missing". Any idea how this can be removed ?

Ty.

Princeton
06-06-2008, 12:07 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=177013" target="_blank">Implementing CSRF Protection in modifications</a>

org knopper
06-06-2008, 12:20 PM
I have to edit every template now ?

rootnik
06-06-2008, 12:34 PM
I have to edit every template now ?

You can do a search/replace in the style for </form>

and replace it with <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /></form>

Boofo
06-06-2008, 12:36 PM
No, as the only forms you need this on are the ones that do method="post". There are other forms in vb.

Princeton
06-06-2008, 12:40 PM
if you upgraded to 3.7 successfully then you wouldn't have a problem

since you are missing the token - most likely you are missing a lot more ..
I suggest comparing your templates for out-of-date custom templates.

Opserty
06-06-2008, 02:16 PM
Please use the search feature this questions has been asked & answered many times...

Here are a few results after searching for "security token":

https://vborg.vbsupport.ru/showthread.php?t=181307&highlight=security+token
https://vborg.vbsupport.ru/showthread.php?t=180768&highlight=security+token

I recommend you do your own search and read the threads returned, most include details on how to fix the problem.