MCPcopy
hub / github.com/pocketbase/pocketbase / SetEmail

Method SetEmail

core/record_model_auth.go:11–13  ·  view source on GitHub ↗

SetEmail sets the "email" record field value (usually available with Auth collections).

(email string)

Source from the content-addressed store, hash-verified

9
10// SetEmail sets the "email" record field value (usually available with Auth collections).
11func (m *Record) SetEmail(email string) {
12 m.Set(FieldNameEmail, email)
13}
14
15// Verified returns the "emailVisibility" record field value (usually available with Auth collections).
16func (m *Record) EmailVisibility() bool {

Callers 15

TestRecordEmailFunction · 0.95
TestRequestInfoCloneFunction · 0.95
createTestSuperusersFunction · 0.95
superuserCreateCommandFunction · 0.95
SubmitMethod · 0.95
superuserUpsertCommandFunction · 0.80
TestRecordAuthWithOAuth2Function · 0.80

Calls 1

SetMethod · 0.95