Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendPasswordResetEmail ¶
func TriggerResetPassword ¶
func TriggerResetPassword(rp ResetPassword) bool
Types ¶
type Auth ¶
type Auth struct { ID int `json:"id"` Username string `json:"username"` Confirmed bool `json:"confirmed"` }
Auth -
type LoginCredential ¶
LoginCredential - Login credential
type LoginCredentials ¶
type LoginCredentials []LoginCredential
LoginCredentials - An array of LoginCredential
type ResetPassword ¶
type ResetPassword struct { Email string `json:"email"` Code string `json:"code"` Password string `json:"password"` }
ResetPassword -
type ResetPasswords ¶
type ResetPasswords []ResetPassword
ResetPasswords - An array of ResetPassword
Click to show internal directories.
Click to hide internal directories.