From 1c65bda186fbc5d479bfcf7c5c86f4d15640bf84 Mon Sep 17 00:00:00 2001 From: sajithar Date: Wed, 6 Jan 2016 10:44:58 +0530 Subject: [PATCH] updates necessary for new uuf updates --- .../resources/jaggeryapps/devicemgt/app/conf/app-conf.json | 5 ++++- .../devicemgt/app/units/iot.unit.user.register/register.json | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/conf/app-conf.json b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/conf/app-conf.json index bcd99b6c73..6d4d99825d 100644 --- a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/conf/app-conf.json +++ b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/conf/app-conf.json @@ -3,7 +3,7 @@ "cachingEnabled": true, "debuggingEnabled": false, "permissionRoot": "/", - "loginUri": "${app.context}/login", + "loginPage": "cdmf.page.sign-in", "adminServicesUrl": "https://${server.ip}:${server.https_port}/admin/services/", "authModule": { "enabled": true, @@ -28,5 +28,8 @@ "sso": { "enabled": false } + }, + "errorPages": { + "default": "uuf.page.error" } } \ No newline at end of file diff --git a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.user.register/register.json b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.user.register/register.json index 9eecd8f5bf..f2f22da9a9 100644 --- a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.user.register/register.json +++ b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.user.register/register.json @@ -1,3 +1,4 @@ { - "version": "1.0.0" + "version": "1.0.0", + "isAnonymous": true } \ No newline at end of file