You are here

function bakery_update_8001 in Bakery Single Sign-On System 8.2

Ensure subsite login default.

File

./bakery.install, line 43
Db table for bakery functionlities.

Code

function bakery_update_8001() {
  \Drupal::configFactory()
    ->getEditable('bakery.settings')
    ->set('subsite_login', FALSE)
    ->save();
}