method
Store.ResetPasswordWithToken
func (backend *Store) ResetPasswordWithToken(
ctx context.Context,
collectionID schema.StableID,
tokenHash string,
hash []byte,
now time.Time,
) (string, error)Public method Store.ResetPasswordWithToken from github.com/riducms/ridu/adapters/sqlite.