summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-10-24 08:50:12 -0400
committerGitHub <noreply@github.com>2016-10-24 08:50:12 -0400
commite6d26bee51067d65480925593d1610404ff9d5e3 (patch)
treede88b96d8345e9c1e411b4e299ab202388739be6 /model
parent486d12e1c3a5d6658ca0ebd8fd28bec9f6753ce9 (diff)
downloadchat-e6d26bee51067d65480925593d1610404ff9d5e3.tar.gz
chat-e6d26bee51067d65480925593d1610404ff9d5e3.tar.bz2
chat-e6d26bee51067d65480925593d1610404ff9d5e3.zip
Fixes for the team user lists in the system console (#4294)
Diffstat (limited to 'model')
-rw-r--r--model/user.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/model/user.go b/model/user.go
index e713444ba..f5edf302f 100644
--- a/model/user.go
+++ b/model/user.go
@@ -241,7 +241,6 @@ func (u *User) ClearNonProfileFields() {
u.Password = ""
u.AuthData = new(string)
*u.AuthData = ""
- u.MfaActive = false
u.MfaSecret = ""
u.EmailVerified = false
u.AllowMarketing = false