openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

commit 7ef096b48f78777204ed1813f5c2bacdfb79d1fc
parent ccaaa03c9707b8bcb891fc9964860ed0924e46d2
Author: Jan Dankert <develop@jandankert.de>
Date:   Fri, 17 May 2019 23:57:22 +0200

Fix: Kennwörter im Klartext müssen nicht sofort geändert werden (Voreinstellung).

Diffstat:
modules/util/config-default.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/util/config-default.php b/modules/util/config-default.php @@ -764,7 +764,7 @@ function createDefaultConfig() $conf['security']['password']['min_length']=6; $conf['security']['password']['pepper']= ''; $conf['security']['password']['deny_after_expiration_duration'] = 72; - $conf['security']['password']['force_change_if_cleartext']= true; + $conf['security']['password']['force_change_if_cleartext']= false; $conf['security']['http'] = array(); $conf['security']['http']['url']= "http://example.net/restricted-area"; $conf['security']['authdb'] = array();