Repository: stratos Updated Branches: refs/heads/master 23a01363c -> 1a8b38a57
Fixing Repo password displaying in plain text in UI Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/61fa5aa6 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/61fa5aa6 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/61fa5aa6 Branch: refs/heads/master Commit: 61fa5aa6dc76fe34f31fd8f979d950da6c6a9613 Parents: d5f11fc Author: anuruddhal <[email protected]> Authored: Tue Sep 1 12:31:51 2015 +0530 Committer: anuruddhal <[email protected]> Committed: Tue Sep 1 12:31:51 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/61fa5aa6/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" } } };
