Page 1 of 1

Forced passwort reset

Posted: Fri May 15, 2020 11:58 am
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!

Re: Forced passwort reset

Posted: Sat May 16, 2020 7:54 pm
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>.

Re: Forced passwort reset

Posted: Tue May 19, 2020 11:44 am
by GOT intermedia
Thank you!