Disable the "Learn the basics." popup window

Permalink
Hello,
I have a C5 setup where many users update only one block on the page and that daily and nothing else. Every new user I have to create gets that 'Learn the basics' window on their first login, but I don't want them to even get any more ideas other than updating that one block. So what I do after I created a new account, I logon one time to exit the window.

Isn't there a simple way to disable the "Learn the basics." popup window from the start for every new user ?

Thank you

 
A3020 replied on at Permalink Best Answer Reply
A3020
You'd set the 'concrete.misc.help_overlay' config value in /application/config/generated_overrides/concrete.php.

[
  'misc' => [
    'help_overlay' => false,
  ],
];
colacat replied on at Permalink Reply
Thank you for the quick response.
You guys are awesome!