Assiging first user system_admin role

Этот коммит содержится в:
=Corey Hulen
2015-09-23 15:52:59 -07:00
родитель 985aebf861
Коммит 00112cae51
4 изменённых файлов: 51 добавлений и 0 удалений

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

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