Password Reset
HomeIntegrityControlSolutionsManagement Center
1.1 Password Reset
1.1 Password Reset
  • Overview
    • Overview of Password Reset
    • Get started
  • Modules
    • PasswordReset
      • Overview
      • Module parameters
      • Rules parameters
        • Minimum length
        • Maximum length
        • Uppercase
        • Lowercase
        • Special character
        • Common password
        • Number
        • Repeat password
        • Complexity
        • ❗Custom rule
    • ADResetClient
      • Overview
      • Permissions
      • Module parameters
      • ADPasswordReset valve
    • AuthN
    • Pipes
      • Reset Password
      • ADPasswordReset valve
    • Other modules
  • Operations
    • CEF logging
  • Overlay
    • Overview
    • Information box
    • Language
    • Look and feel
  • On behalf of
    • Overview
    • Configuration
  • installation
    • Using a container
    • Windows
    • Linux
Powered by GitBook
On this page
  1. Modules
  2. PasswordReset

Module parameters

This section includes the main parameters for the PasswordReset module. Parameters for password policy is covered in next section.

Configuration

Name
Description
Default value
Mandatory

name

Must be set to PasswordReset

PasswordReset

http_port

Port

N/A

http_context

What context is application served under.

/pwdreset

webroot_dir

Where to load web resources from. For default set "resources/web"

/pwdreset/web

http_auth_redirect_url

Where to send the user for authentication

/pwdreset/authn/login

overlay_dir

Where to load the overlayed resources from.

N/A

pipe_id

Pipe to execute

N/A

rules

Array containing the rules parameters

[]

{
	"name": "PasswordReset",
	"config": {
		"http_context": "/pwdreset",
		"webroot_dir": "resources/web",
		"overlay_dir": "overlay",
		"pipe_id": "demo_impl",
		"http_auth_redirect_url": "/pwdreset/authn/login",
		"rules": "@include:rules.json"
	}
}

Last updated 2 years ago