From: Alexander Ebert Date: Wed, 25 Sep 2019 09:30:39 +0000 (+0200) Subject: Merge branch 'master' into next X-Git-Tag: 5.2.0_Beta_2~45 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=17403ea10f05d743da7080e688e15b616cd17236;p=GitHub%2FWoltLab%2FWCF.git Merge branch 'master' into next --- 17403ea10f05d743da7080e688e15b616cd17236 diff --cc wcfsetup/install/files/lib/form/RegisterForm.class.php index 1b465a5876,215b5d99b9..75fce00905 --- a/wcfsetup/install/files/lib/form/RegisterForm.class.php +++ b/wcfsetup/install/files/lib/form/RegisterForm.class.php @@@ -447,7 -427,7 +447,8 @@@ class RegisterForm extends UserAddForm 'username' => $this->username, 'email' => $this->email, 'password' => $this->password, + 'blacklistMatches' => (!empty($this->blacklistMatches)) ? JSON::encode($this->blacklistMatches) : '', + 'signatureEnableHtml' => 1, ]), 'groups' => $this->groupIDs, 'languageIDs' => $this->visibleLanguages,