Browse Source

Merge pull request #5566 from nextcloud/hideOldLogin

Disable old login method
Andy Scherzinger 5 years ago
parent
commit
2ffb6dab5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/res/values/setup.xml

+ 1 - 1
src/main/res/values/setup.xml

@@ -112,7 +112,7 @@
     <!-- url for webview login, with the protocol prefix and with full url (normally /index.php/login/flow)
     <!-- url for webview login, with the protocol prefix and with full url (normally /index.php/login/flow)
     If set, will replace all other login methods available -->
     If set, will replace all other login methods available -->
     <string name="webview_login_url" translatable="false"></string>
     <string name="webview_login_url" translatable="false"></string>
-    <bool name="show_old_login">true</bool>
+    <bool name="show_old_login">false</bool>
 
 
     <!-- Files becomes Home -->
     <!-- Files becomes Home -->
     <bool name="use_home">false</bool>
     <bool name="use_home">false</bool>