Forced passwort reset

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

GOT intermedia
Posts: 22
Joined: Wed Oct 23, 2019 11:10 am

Forced passwort reset

Post by GOT intermedia »

OpenEMM forces users to change their password every 90 days.

Is it possible to change the length of this period to another value, than 90?

Is it possible to turn of this feature completely?

Thanks in advance!
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Forced passwort reset

Post by maschoff »

Have a look at class ConfigValue.java. You may override any default value with a new entry in table company_info_tbl with company_id = 0, cname = <name of property> and cvalue = <new value of property as string>.
OpenEMM Maintainer
GOT intermedia
Posts: 22
Joined: Wed Oct 23, 2019 11:10 am

Re: Forced passwort reset

Post by GOT intermedia »

Thank you!
Post Reply