Repository: stratos
Updated Branches:
  refs/heads/stratos-4.1.x 716938aa6 -> b9cb4e9c7


Fixing Repo password displaying in plain text


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/b9cb4e9c
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/b9cb4e9c
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/b9cb4e9c

Branch: refs/heads/stratos-4.1.x
Commit: b9cb4e9c7e4f82523074b18663136892d8d83679
Parents: 716938a
Author: anuruddhal <[email protected]>
Authored: Wed Sep 2 15:06:24 2015 +0530
Committer: Akila Perera <[email protected]>
Committed: Wed Sep 2 15:45:52 2015 +0530

----------------------------------------------------------------------
 .../console/themes/theme0/js/custom/applications-signup.js        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/b9cb4e9c/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-signup.js
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-signup.js
 
b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-signup.js
index 7977824..d1ddc53 100644
--- 
a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-signup.js
+++ 
b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-signup.js
@@ -259,7 +259,8 @@ var signupBlockTemplate = {
         "repoPassword": {
             "id": "root/repoPassword",
             "title": "Repository Password: ",
-            "type": "string"
+            "type": "string",
+            "format" : "password"
         }
     }
 };

Reply via email to