Skip to content

markofo/Znuny4OTRS-PasswordPolicy

 
 

Repository files navigation

Znuny logo

Password Policy

This extension 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.

Installation

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

Prerequisites

  • Znuny4OTRS-Repo

  • OTRS 6

Configuration

Via SysConfig 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

For download see http://znuny.com/en/#!/addons

Commercial Support

For this extension and for OTRS in general visit http://znuny.com. Looking forward to hear from you!

Enjoy!

Your Znuny Team!

http://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%