MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / SetEmail

Method SetEmail

auth/principal.go:83–83  ·  view source on GitHub ↗

Sets the user's email address.

(string)

Source from the content-addressed store, hash-verified

81
82 // Sets the user's email address.
83 SetEmail(string) error
84
85 // If true, the user is unable to authenticate.
86 Disabled() bool

Callers 9

TestGetAddedChannelsFunction · 0.95
TestValidateUserEmailFunction · 0.95
TestSerializeUserFunction · 0.95
UpdatePrincipalMethod · 0.95
TestGetAllUsersFunction · 0.95
TestUserKeysHashFunction · 0.65
UpdateUserEmailMethod · 0.65
RegisterNewUserMethod · 0.65
TestCASUpdatePrincipalFunction · 0.65

Implementers 1

userImplauth/user.go

Calls

no outgoing calls

Tested by 6

TestGetAddedChannelsFunction · 0.76
TestValidateUserEmailFunction · 0.76
TestSerializeUserFunction · 0.76
TestGetAllUsersFunction · 0.76
TestUserKeysHashFunction · 0.52
TestCASUpdatePrincipalFunction · 0.52