How to remove FORCE privacy and terms and rules?

A
Anonymous Guest
Guest
So i mistakenly saved the "Force privacy policy statement" and the "force terms" pages

How can i remove this so my users don't have to accept?
 
add code to src/config.php
$config['debug'] = true;

This isn't really something we'd recommend, but if you enable debug mode in your config.php, then use the control panel search for "privacyPolicyLastUpdate". That will take you to the options related to the privacy policy and terms last updates. Set the options to 0 and save. Finally, remove debug mode.
 
Back
Top