From 9677a9f71777d75f3def0b0cb238050a30ec6a67 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Wed, 29 Jul 2015 01:26:10 -0800 Subject: Fixes mm-1355 adds rate limiting apis --- model/user.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model/user.go') diff --git a/model/user.go b/model/user.go index c71d75405..ed5161538 100644 --- a/model/user.go +++ b/model/user.go @@ -51,6 +51,7 @@ type User struct { NotifyProps StringMap `json:"notify_props"` LastPasswordUpdate int64 `json:"last_password_update"` LastPictureUpdate int64 `json:"last_picture_update"` + FailedAttempts int `json:"failed_attempts"` } type GitLabUser struct { -- cgit v1.2.3-1-g7c22