From: Tim Düsterhus Date: Thu, 2 Jun 2022 08:35:38 +0000 (+0200) Subject: Create the initial user with a non-NULL signature X-Git-Tag: 5.5.0_RC_1~19 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5dc03cbace7254a4fbb60f6bafd4b7deaca6c324;p=GitHub%2FWoltLab%2FWCF.git Create the initial user with a non-NULL signature see #4845 see 8cf90dac71a2e42c56dafba6e23f0dd5a1c5d64c --- diff --git a/wcfsetup/install/files/lib/system/WCFSetup.class.php b/wcfsetup/install/files/lib/system/WCFSetup.class.php index b397c0cbae..ec19baf7db 100644 --- a/wcfsetup/install/files/lib/system/WCFSetup.class.php +++ b/wcfsetup/install/files/lib/system/WCFSetup.class.php @@ -1133,6 +1133,7 @@ class WCFSetup extends WCF 'languageID' => $languageID, 'password' => $password, 'username' => $username, + 'signature' => '', 'signatureEnableHtml' => 1, ], 'groups' => [