MCPcopy
hub / github.com/Wei-Shaw/sub2api / SetPasswordHash

Method SetPasswordHash

backend/ent/mutation.go:39528–39530  ·  view source on GitHub ↗

SetPasswordHash sets the "password_hash" field.

(s string)

Source from the content-addressed store, hash-verified

39526
39527// SetPasswordHash sets the "password_hash" field.
39528func (m *UserMutation) SetPasswordHash(s string) {
39529 m.password_hash = &s
39530}
39531
39532// PasswordHash returns the value of the "password_hash" field in the mutation.
39533func (m *UserMutation) PasswordHash() (r string, exists bool) {

Calls

no outgoing calls