From 2a9b56f77bf4622b4dbc8e954fcfc2a3226d3110 Mon Sep 17 00:00:00 2001
From: Rayn0r <andrew@ilpss8.myfirewall.org>
Date: Tue, 30 Oct 2018 20:54:19 +0100
Subject: [PATCH] added sample config for turning off form autocompletion on
 login page

Signed-off-by: Rayn0r <Andre.Weidemann@web.de>
---
 config/config.sample.php | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/config/config.sample.php b/config/config.sample.php
index 9a5648c95df..1cdf3eb535e 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1648,4 +1648,14 @@ $CONFIG = array(
  * If this is set to "false" it will not show the link.
  */
 'simpleSignUpLink.shown' => true,
+
+/**
+ * By default autocompletion is enabled for the login form on Nextcloud's login page.
+ * While this is enabled, browsers are allowed to "remember" login names and such.
+ * Some companies require it to be disabled to comply with their security policy.
+ *
+ * Simply set this property to "false", if you want to turn this feature off.
+ */
+
+'login_form_autocomplete' => true,
 );
-- 
GitLab