[Kimchi-devel] [PATCH] Issue # 303 The password of iSCSI Authentication should be masked
Adam King
rak at linux.vnet.ibm.com
Wed Feb 26 14:16:19 UTC 2014
Changed the input field type from text to password so the browsers will mask the contents.
Signed-off-by: Adam King <rak at linux.vnet.ibm.com>
---
ui/pages/storagepool-add.html.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/pages/storagepool-add.html.tmpl b/ui/pages/storagepool-add.html.tmpl
index 9eb8108..2841a56 100644
--- a/ui/pages/storagepool-add.html.tmpl
+++ b/ui/pages/storagepool-add.html.tmpl
@@ -131,7 +131,7 @@
<h2>5. $_("iSCSI Authentication")</h2>
<div class="field">
<input id="usernameId" placeholder="$_("User Name")" type="text" class="text storage-auth-width">
- <input id="passwordId" placeholder="$_("Password")" type="text" class="text storage-auth-width">
+ <input id="passwordId" placeholder="$_("Password")" type="password" class="text storage-auth-width">
</div>
</section>
</div>
--
1.8.1.4
More information about the Kimchi-devel
mailing list