Password Reset
HomeIntegrityControlSolutionsManagement Center
2.0 Password Reset
2.0 Password Reset
  • Overview
    • Overview of Password Reset
    • Get started
  • installation
    • Using a container
    • Windows
    • Linux
  • 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
    • Troubleshooting
      • Extended logging
  • Overlay
    • Overview
    • Information box
    • Language
    • Look and feel
  • On behalf of
    • Overview
    • Configuration
Powered by GitBook
On this page
  • HTTP Configuration
  • Configuration
  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.

HTTP Configuration

The Password Reset module supports all standard configurations for a HTTP-Server. Please see for more details.

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. For default set "/pwdreset"

N/A

webroot_dir

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

N/A

http_auth_redirect_url

Where to send the user for authentication. For default set "/pwdreset/authn/login"

N/A

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"
	}
}

Configuration