diff --git a/controller/registercontroller.php b/controller/registercontroller.php index 0a2fa99..d05fd9a 100644 --- a/controller/registercontroller.php +++ b/controller/registercontroller.php @@ -174,7 +174,6 @@ class RegisterController extends Controller { /** * @NoAdminRequired - * @NoCSRFRequired * @PublicPage */ public function createAccount($token) { diff --git a/templates/form.php b/templates/form.php index 46262b3..de89509 100644 --- a/templates/form.php +++ b/templates/form.php @@ -1,6 +1,7 @@