forgotpassword

package
v1.0.27 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2024 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// make sure only one is shown.  This is an internal error code to point the developer to the code that is failing
	InternalError_ForgotPassword_001 = "rg-forgot-password-001"
	InternalError_ForgotPassword_002 = "rg-forgot-password-002"
	InternalError_ForgotPassword_003 = "rg-forgot-password-003"
	InternalError_ForgotPassword_004 = "rg-forgot-password-004"
	InternalError_ForgotPassword_005 = "rg-forgot-password-005"
	InternalError_ForgotPassword_006 = "rg-forgot-password-006"
	InternalError_ForgotPassword_007 = "rg-forgot-password-007"
	InternalError_ForgotPassword_008 = "rg-forgot-password-008"
	InternalError_ForgotPassword_009 = "rg-forgot-password-009"
	InternalError_ForgotPassword_010 = "rg-forgot-password-010"
	InternalError_ForgotPassword_011 = "rg-forgot-password-011"
	InternalError_ForgotPassword_099 = "rg-forgot-password-099" // 99 is a bind problem
)

Variables

This section is empty.

Functions

func AddScopedIHandler

func AddScopedIHandler(builder di.ContainerBuilder)

AddScopedIHandler registers the *service as a singleton.

Types

type ForgotPasswordGetRequest

type ForgotPasswordGetRequest struct {
	Email string `param:"email" query:"email" form:"email" json:"email" xml:"email"`
}

type ForgotPasswordPostRequest

type ForgotPasswordPostRequest struct {
	Email  string `param:"email" query:"email" form:"email" json:"email" xml:"email"`
	Type   string `param:"type" query:"type" form:"type" json:"type" xml:"type"`
	Action string `param:"action" query:"action" form:"action" json:"action" xml:"action"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL