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
  • Prepare
  • Verify
  1. installation

Using a container

Prepare

Begin by obtaining authentication credentials from your Fortified ID representative. Use the credentials to log in to the FortifiedID Docker Registry by any available method, .

Example for Unix/Linux:

cat ./password.txt | docker login fortifiedid.jfrog.io --username <username> --password-stdin

Verify

To verify the Docker setup, run the default Integrity server:

docker run -p 8080:8080 --detach --name pwdreset fortifiedid.jfrog.io/docker/fortifiedid/pwdreset:<version> -c Node config/config.json

Parameter explanation:

-c

Direct system output to stdout.

Node

Start the Node module.

config/config.json

Use the given configuration file. Path is relative to SERVER_HOME inside the container.

Check the log to ensure that the server was sucessfully bootstrapped:

docker logs -f pwdreset

Finally, check that the server is up and running by pointing your browser at

see here for instructions on Unix/Linux and Windows
http://localhost:8080/pwdreset