summaryrefslogtreecommitdiffstats
path: root/api4/system_test.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-05-04 16:36:51 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-05-04 16:36:51 -0400
commit010ec23af38c7c15f133f9327685b9813efb3e43 (patch)
treecd86c34e7ceb9a64a900a6bb00045214d43d17f6 /api4/system_test.go
parentfe95276ba849bc7a520087369eea0aaff6c92358 (diff)
downloadchat-010ec23af38c7c15f133f9327685b9813efb3e43.tar.gz
chat-010ec23af38c7c15f133f9327685b9813efb3e43.tar.bz2
chat-010ec23af38c7c15f133f9327685b9813efb3e43.zip
Removing password reset salt (#6334)
Diffstat (limited to 'api4/system_test.go')
-rw-r--r--api4/system_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/api4/system_test.go b/api4/system_test.go
index 62a2a6443..a6b12d326 100644
--- a/api4/system_test.go
+++ b/api4/system_test.go
@@ -49,9 +49,6 @@ func TestGetConfig(t *testing.T) {
if cfg.EmailSettings.InviteSalt != model.FAKE_SETTING {
t.Fatal("did not sanitize properly")
}
- if cfg.EmailSettings.PasswordResetSalt != model.FAKE_SETTING {
- t.Fatal("did not sanitize properly")
- }
if cfg.EmailSettings.SMTPPassword != model.FAKE_SETTING && len(cfg.EmailSettings.SMTPPassword) != 0 {
t.Fatal("did not sanitize properly")
}