It looks like you're new here. If you want to get involved, click one of these buttons!
$config['csrf_protection'] = FALSE;
to $config['csrf_protection'] = TRUE;
in the config.php page submitting the contact form and the login form for the admin area both produced errors saying "The action you have requested is not allowed."
Comments
https://github.com/daylightstudio/FUEL-CMS
If so, can you give me reproduction steps? I'm not able to replicate it locally.
Fresh install, CSRF set to TRUE in the config file then attempt to log in to admin section of the cms and an error appears (can't remember what exactly). Set it to FALSE and I can log in.
I'm using wampserver.
Thank you.