Skip to content
  • David Mudrák's avatar
    MDL-58793 auth: Do not report migrated settings as new ones on upgrade · 2b948c20
    David Mudrák authored
    As a result of fixing the auth plugins config storage in MDL-12689, many
    settings would be falsely reported as new ones by
    admin/upgradesettings.php. We do not want to confuse admins so we try to
    reduce the bewilderment by pre-populating the config_plugins table with
    default values. This should be done only for disabled auth methods. The
    enabled methods have their settings already stored, so reporting actual
    new settings for them is valid.
    2b948c20