How to remove FORCE privacy and terms and rules?

  • 主题发起人 主题发起人 Koch Junius (ef7e)
  • 起始日期 起始日期
匿名
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.
 
顶部