summaryrefslogtreecommitdiffstats
path: root/utils/license.go
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2018-05-23 20:36:20 +0800
committerGitHub <noreply@github.com>2018-05-23 20:36:20 +0800
commit70a118c0fd45f8ab2510c80a0110f24be21f8785 (patch)
tree9289aa8881b83bf533fda2b6b56453c49af72d12 /utils/license.go
parentce378adc97399dcae9e1c9621c584669b813b2d2 (diff)
downloadchat-70a118c0fd45f8ab2510c80a0110f24be21f8785.tar.gz
chat-70a118c0fd45f8ab2510c80a0110f24be21f8785.tar.bz2
chat-70a118c0fd45f8ab2510c80a0110f24be21f8785.zip
remove license check when enforcing password requirements (#8840)
Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com>
Diffstat (limited to 'utils/license.go')
-rw-r--r--utils/license.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/license.go b/utils/license.go
index aa89026ea..832d41557 100644
--- a/utils/license.go
+++ b/utils/license.go
@@ -139,7 +139,6 @@ func GetClientLicense(l *model.License) map[string]string {
props["Compliance"] = strconv.FormatBool(*l.Features.Compliance)
props["CustomBrand"] = strconv.FormatBool(*l.Features.CustomBrand)
props["MHPNS"] = strconv.FormatBool(*l.Features.MHPNS)
- props["PasswordRequirements"] = strconv.FormatBool(*l.Features.PasswordRequirements)
props["Announcement"] = strconv.FormatBool(*l.Features.Announcement)
props["Elasticsearch"] = strconv.FormatBool(*l.Features.Elasticsearch)
props["DataRetention"] = strconv.FormatBool(*l.Features.DataRetention)