method
Store.ChangePasswordHash
func (backend *Store) ChangePasswordHash(
ctx context.Context,
collection schema.Collection,
userID string,
expectedPasswordHash,
hash []byte,
) errorPublic method Store.ChangePasswordHash from github.com/riducms/ridu/adapters/postgres.
Related types
StoreA PostgreSQL implementation of Ridu’s document, snapshot, auth, preference, task, job, lock, upload-reference, and migration store contracts.
CollectionThe resolved contract for a collection.