Explorar o código

Disable old login method

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky %!s(int64=5) %!d(string=hai) anos
pai
achega
a341ebcc83
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
     If set, will replace all other login methods available -->
     <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 -->
     <bool name="use_home">false</bool>