18590 Posts in 4875 Topics by 2285 members
General Questions
SilverStripe Forums » General Questions » UserDefined Form - CSRF attack.
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
| Go to End | Next > | |
| Author | Topic: | 2159 Views |
-
UserDefined Form - CSRF attack.

7 July 2010 at 5:45pm
Hi,
When I save an userdefined form that I make, I get this error in FireBug:
400//SecurityID doesn't match, possible CSRF attack.
What can I do?
-
Re: UserDefined Form - CSRF attack.

8 July 2010 at 8:40pm
I'm using the latest SilverStripe version (2.4)
-
Re: UserDefined Form - CSRF attack.

9 July 2010 at 2:31am
Form::disable_all_security_tokens();
to _config.php
-
Re: UserDefined Form - CSRF attack.

9 July 2010 at 5:47am
When I add the code: nothing happen when I click save & publish
-
Re: UserDefined Form - CSRF attack.

9 July 2010 at 10:06am
I'm using the latest SilverStripe version (2.4)
silly question, but are you using the latest version of UserDefinedForms? 0.3 I believe.
-
Re: UserDefined Form - CSRF attack.

10 July 2010 at 10:05am
Often, when the CMS 'hangs' on saving content, FireBug will reveil the error...
| 2159 Views | ||
| Go to Top | Next > |


