From bba9963b7ca5b7be231dd5cbfc0625db07c01979 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 9 Jul 2020 21:50:58 -0700 Subject: [PATCH] Add directoryConfig feature flag Fixes #704 --- CHANGES | 1 + src/appstore.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 15c77d2be..838b47d97 100644 --- a/CHANGES +++ b/CHANGES @@ -2020,4 +2020,5 @@ * Add univention as LDAP provider * Bump max_connection for postgres addon to 200 * mail: Add pagination to mailing list API +* Allow admin to lock email and display name of users diff --git a/src/appstore.js b/src/appstore.js index 0a2a3837d..49cd6e4a5 100644 --- a/src/appstore.js +++ b/src/appstore.js @@ -47,7 +47,8 @@ let gFeatures = { externalLdap: false, privateDockerRegistry: false, branding: false, - support: false + support: false, + directoryConfig: false }; // attempt to load feature cache in case appstore would be down