Credential Management

Overview

With a smart service to change user passwords and two essential functions that ensure password validity and prevent password reuse.

Smart Services released as part of this Plugin is:

  • Change User Password

Key Features & Functionality

  1. Smart Service for Password Change: The plugin offers a user-friendly smart service that enables users to change their passwords seamlessly within the Appian environment.
  2. isUserPasswordValid():
    This function validates whether a given password matches the password of a specified user
  3. isUserPasswordUnique():
    This function checks whether a given password is unique and not one of the user's last N passwords.
Anonymous