PLT-518 check for security bulletins

Этот коммит содержится в:
=Corey Hulen
2015-10-05 17:33:45 -07:00
родитель da61bb38ff
Коммит e26b77faf1
11 изменённых файлов: 203 добавлений и 48 удалений

Просмотреть файл

@@ -104,6 +104,7 @@ type UserStore interface {
UpdateFailedPasswordAttempts(userId string, attempts int) StoreChannel
GetForExport(teamId string) StoreChannel
GetTotalUsersCount() StoreChannel
GetSystemAdminProfiles() StoreChannel
}
type SessionStore interface {