From 06e87c151fa8f8dbe9535935482b21644320c5cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 31 Jul 2017 15:04:47 +0200 Subject: [PATCH] feat: added settings to sample ini #8768 --- conf/sample.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/sample.ini b/conf/sample.ini index b863f26bdb1..e33f408ecad 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -191,6 +191,11 @@ # Default UI theme ("dark" or "light") ;default_theme = dark +# External user management, these options affect the organization users view +;external_manage_link_url = +;external_manage_link_name = +;external_manage_info = + [auth] # Set to true to disable (hide) the login form, useful if you use OAuth, defaults to false ;disable_login_form = false