diff --git a/config/dev/standalone.xml b/config/dev/standalone.xml
index 6e0d6fdd..ffd5bfae 100644
--- a/config/dev/standalone.xml
+++ b/config/dev/standalone.xml
@@ -54,6 +54,7 @@
+
diff --git a/config/patches/default.cli b/config/patches/default.cli
index eafe9153..6098f24f 100644
--- a/config/patches/default.cli
+++ b/config/patches/default.cli
@@ -63,5 +63,6 @@ xa-data-source add \
/system-property=security.password.regex:add(value="^((?=(.*\\d){1,})(?=.*[a-zа-яё])(?=.*[A-ZА-ЯЁ]).{8,})$")
/system-property=fias.enable:add(value=false)
/system-property=bpmn.enable:add(value=false)
+/system-property=registration.enabled:add(value=false)
/system-property=webbpm.security.cookie.httpOnly:add(value=${env.WEBBPM_SECURITY_COOKIE_HTTPONLY:true})
/system-property=webbpm.security.cookie.path:add(value=${env.WEBBPM_SECURITY_COOKIE_PATH:})