Skip to content

Commit ed2e232

Browse files
committed
Set default to on
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent 0b5b042 commit ed2e232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appinfo/update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
// has been changed with 1.2.1. To not break existing installations the value gets
2727
// manually changed on update.
2828
if (version_compare($installedVersion, '1.2.1', '<')) {
29-
$config->setAppValue('user_saml', 'general-use_saml_auth_for_desktop', '0');
29+
$config->setAppValue('user_saml', 'general-use_saml_auth_for_desktop', '1');
3030
}

0 commit comments

Comments
 (0)