Skip to content
Snippets Groups Projects
Commit 2a9b56f7 authored by Rayn0r's avatar Rayn0r
Browse files

added sample config for turning off form autocompletion on login page


Signed-off-by: default avatarRayn0r <Andre.Weidemann@web.de>
parent 82c2c10b
No related branches found
No related tags found
No related merge requests found
......@@ -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,
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment