Skip to content

eksvu/Znuny4OTRS-PasswordPolicy

 
 

Repository files navigation

Znuny logo

Build status

Password Policy

This add-on is useful if strong password policies are needed, e. g. in CERT or financial environments.

Screenshot SysConfig

Feature List

  • Enforce a password renewal after x (configurable) days.
  • Password history to prevent reusing a password after x (configurable) times.
  • Disable account after x invalid login attempts.
  • Minimum length of password.
  • At least two lower- and two uppercase letters.
  • At least two letters.
  • At least one digit in a password.

Prerequisites

Installation

Download the package and install it via admin interface -> package manager or use Znuny4OTRS-Repo.

Configuration

Via System Configurations options PreferencesGroups###Password and CustomerPreferencesGroups###Password:

  • PasswordMaxValidTimeInDays (max. valid days of a password)
  • PasswordNeedDigit (at least one digit is required)
  • PasswordMaxLoginFailed (max. count of invalid login attempts)
  • PasswordMin2Characters (at least two characters are required)
  • PasswordMin2Lower2UpperCharacters (at least two upper- and two lowercase characters are required)
  • PasswordMinSize (min. length of a password)
  • PasswordRegExp (regular expression to enhance the password policy)
  • PasswordHistory (already used passwords can not be used again)

Download

Download the latest version.

Commercial Support

For this add-on and for OTRS in general visit www.znuny.com. Looking forward to hear from you!

Enjoy!

Your Znuny Team!

www.znuny.com

About

An extension to improve the password policy in OTRS.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 68.5%
  • CSS 31.5%