How we can improve our password policy into OTRS?

Moderator: crythias

Locked
mmanara
Znuny newbie
Posts: 14
Joined: 09 Mar 2013, 16:39
Znuny Version: OTRS 6.0.23
Real Name: Massimo Manara
Company: Aglea s.r.l.

How we can improve our password policy into OTRS?

Post by mmanara »

Hello,

I am using OTRS Version: 6.0.23. There's a standard way to setup a password policy? E.g.
- Force user to change password every x months
- Have a mandatory number of specials chars
- Define a password blacklist

Further, how to check if the current password are compliant with the policy implemented?

Thanks.

Massimo
OTRS 3.2.0.beta3
zzz
Znuny superhero
Posts: 914
Joined: 15 Dec 2016, 15:13
Znuny Version: All
Real Name: Emin
Company: Efflux GmbH
Contact:

Re: How we can improve our password policy into OTRS?

Post by zzz »

Hey,

This free add-on might do what you're looking for https://www.znuny.com/add-ons/password-policy

Checking if the current password matches the policy is not possible by default. You'd need to add some custom code in the authentification module.

But you could 'force' everyone to set a new password after the installation of the add-on, even if the password is the same.

Best regards
Emin
Professional Znuny and OTRS services: efflux.de | efflux.de/en/

Free and premium add-ons: German | English
mmanara
Znuny newbie
Posts: 14
Joined: 09 Mar 2013, 16:39
Znuny Version: OTRS 6.0.23
Real Name: Massimo Manara
Company: Aglea s.r.l.

Re: How we can improve our password policy into OTRS?

Post by mmanara »

Thanks Emin for your confirmation!
OTRS 3.2.0.beta3
root
Administrator
Posts: 4250
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: How we can improve our password policy into OTRS?

Post by root »

zzz wrote: 04 Mar 2020, 20:04 But you could 'force' everyone to set a new password after the installation of the add-on, even if the password is the same.
Hi,

A password request is enforced after the module is installed. But keep in mind this only works for the DB AuthModule. Enforcing a password policy e.g. for Active Directory needs to be done on by domain policy.

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
mmanara
Znuny newbie
Posts: 14
Joined: 09 Mar 2013, 16:39
Znuny Version: OTRS 6.0.23
Real Name: Massimo Manara
Company: Aglea s.r.l.

Re: How we can improve our password policy into OTRS?

Post by mmanara »

Thanks Roy!
OTRS 3.2.0.beta3
Locked