method
Store.ResetLoginAttempts
func (backend *Store) ResetLoginAttempts(
ctx context.Context,
collectionID schema.StableID,
userID string,
now time.Time,
) (bool, error)Public method Store.ResetLoginAttempts from github.com/riducms/ridu/adapters/mongodb.