From e586f8996ced2e00b40e464cbdeaca43ad091289 Mon Sep 17 00:00:00 2001 From: Oshani Silva Date: Mon, 1 Nov 2021 16:26:34 +0000 Subject: [PATCH] Fix for removing Create Account Button --- iot-core/src/assembly/bin.xml | 2 +- iot-core/src/core/conf/deployment.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/iot-core/src/assembly/bin.xml b/iot-core/src/assembly/bin.xml index 4adfea8..f26ca2b 100644 --- a/iot-core/src/assembly/bin.xml +++ b/iot-core/src/assembly/bin.xml @@ -101,4 +101,4 @@ - + \ No newline at end of file diff --git a/iot-core/src/core/conf/deployment.toml b/iot-core/src/core/conf/deployment.toml index 9abee96..6887fed 100644 --- a/iot-core/src/core/conf/deployment.toml +++ b/iot-core/src/core/conf/deployment.toml @@ -35,6 +35,9 @@ password = "wso2carbon" alias = "wso2carbon" key_password = "wso2carbon" +[identity_mgt.endpoint] +enable_self_signup_endpoint = false + #[keystore.primary] #file_name = "wso2carbon.jks" #type = "JKS"