forgotpassword

package
v1.0.21 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: MIT Imports: 20 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_VerifyCode_001 = "rg-verifycode-001"
	InternalError_VerifyCode_002 = "rg-verifycode-002"
	InternalError_VerifyCode_003 = "rg-verifycode-003"
	InternalError_VerifyCode_004 = "rg-verifycode-004"
	InternalError_VerifyCode_005 = "rg-verifycode-005"
	InternalError_VerifyCode_006 = "rg-verifycode-006"
	InternalError_VerifyCode_007 = "rg-verifycode-007"
	InternalError_VerifyCode_008 = "rg-verifycode-008"
	InternalError_VerifyCode_009 = "rg-verifycode-009"
	InternalError_VerifyCode_010 = "rg-verifycode-010"
	InternalError_VerifyCode_011 = "rg-verifycode-011"
	InternalError_VerifyCode_099 = "rg-verifycode-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 VerifyCodeGetRequest

type VerifyCodeGetRequest struct {
	Email     string `param:"email" query:"email" form:"email" json:"email" xml:"email"`
	Code      string `param:"code" query:"code" form:"code" json:"code" xml:"code"`
	Directive string `param:"directive" query:"directive" form:"directive" json:"directive" xml:"directive"`
}

type VerifyCodePostRequest

type VerifyCodePostRequest struct {
	Email     string `param:"email" query:"email" form:"email" json:"email" xml:"email"`
	Code      string `param:"code" query:"code" form:"code" json:"code" xml:"code"`
	Directive string `param:"directive" query:"directive" form:"directive" json:"directive" xml:"directive"`
	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