We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5b042 commit ed2e232Copy full SHA for ed2e232
appinfo/update.php
@@ -26,5 +26,5 @@
26
// has been changed with 1.2.1. To not break existing installations the value gets
27
// manually changed on update.
28
if (version_compare($installedVersion, '1.2.1', '<')) {
29
- $config->setAppValue('user_saml', 'general-use_saml_auth_for_desktop', '0');
+ $config->setAppValue('user_saml', 'general-use_saml_auth_for_desktop', '1');
30
}
0 commit comments