Home
last modified time | relevance | path

Searched refs:ResetAuthDataToEmailForUsers (Results 1 – 8 of 8) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dsaml.go291 …numAffected, err := a.srv.Store.User().ResetAuthDataToEmailForUsers(model.UserAuthServiceSaml, use…
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/
H A Duser_store.go2220 …numAffected, err := ss.User().ResetAuthDataToEmailForUsers(model.UserAuthServiceSaml, nil, false, …
2224 …numAffected, err = ss.User().ResetAuthDataToEmailForUsers(model.UserAuthServiceSaml, nil, false, f…
2233 …numAffected, err = ss.User().ResetAuthDataToEmailForUsers(model.UserAuthServiceSaml, []string{mode…
2236 …numAffected, err = ss.User().ResetAuthDataToEmailForUsers(model.UserAuthServiceSaml, []string{user…
2244 …numAffected, err = ss.User().ResetAuthDataToEmailForUsers(model.UserAuthServiceSaml, nil, false, t…
2248 …numAffected, err = ss.User().ResetAuthDataToEmailForUsers(model.UserAuthServiceSaml, nil, true, tr…
/dports/www/mattermost-server/mattermost-server-6.0.2/store/
H A Dstore.go365ResetAuthDataToEmailForUsers(service string, userIDs []string, includeDeleted bool, dryRun bool) (… methodSpec
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/
H A DUserStore.go1091 func (_m *UserStore) ResetAuthDataToEmailForUsers(service string, userIDs []string, includeDeleted … func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Duser_store.go327 func (us SqlUserStore) ResetAuthDataToEmailForUsers(service string, userIDs []string, includeDelete… func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go11313 func (s *RetryLayerUserStore) ResetAuthDataToEmailForUsers(service string, userIDs []string, includ… func
11317 result, err := s.UserStore.ResetAuthDataToEmailForUsers(service, userIDs, includeDeleted, dryRun)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/timerlayer/
H A Dtimerlayer.go9397 func (s *TimerLayerUserStore) ResetAuthDataToEmailForUsers(service string, userIDs []string, includ… func
9400 result, err := s.UserStore.ResetAuthDataToEmailForUsers(service, userIDs, includeDeleted, dryRun)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/opentracinglayer/
H A Dopentracinglayer.go10418 func (s *OpenTracingLayerUserStore) ResetAuthDataToEmailForUsers(service string, userIDs []string, … func
10427 result, err := s.UserStore.ResetAuthDataToEmailForUsers(service, userIDs, includeDeleted, dryRun)