коммит произвёл
GitHub
родитель
2de65cfb11
Коммит
869da7a78b
@@ -328,6 +328,7 @@ type UserStore interface {
|
||||
UpdatePassword(userID, newPassword string) error
|
||||
UpdateUpdateAt(userID string) (int64, error)
|
||||
UpdateAuthData(userID string, service string, authData *string, email string, resetMfa bool) (string, error)
|
||||
ResetAuthDataToEmailForUsers(service string, userIDs []string, includeDeleted bool, dryRun bool) (int, error)
|
||||
UpdateMfaSecret(userID, secret string) error
|
||||
UpdateMfaActive(userID string, active bool) error
|
||||
Get(ctx context.Context, id string) (*model.User, error)
|
||||
|
||||
Ссылка в новой задаче
Block a user