소스 검색

added sample config for turning off form autocompletion on login page

Signed-off-by: Rayn0r <Andre.Weidemann@web.de>
tags/v15.0.0beta1
Rayn0r 5 년 전
부모
커밋
2a9b56f77b
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10
    0
      config/config.sample.php

+ 10
- 0
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,
);

Loading…
취소
저장