Merge branch 'master' into next
authorAlexander Ebert <ebert@woltlab.com>
Wed, 25 Sep 2019 09:30:39 +0000 (11:30 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 25 Sep 2019 09:30:39 +0000 (11:30 +0200)
1  2 
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabClean.js
wcfsetup/install/files/lib/acp/form/MasterPasswordForm.class.php
wcfsetup/install/files/lib/acp/form/UserAddForm.class.php
wcfsetup/install/files/lib/form/RegisterForm.class.php

index 1b465a587605b6995e2a696c22ca6b5657a7dd38,215b5d99b98c4e55ccaa12f08930d830c9a491d3..75fce009051276f8e0cb007887af82f66f8dba69
@@@ -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,