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!
Forced passwort reset
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Forced passwort reset
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