Create password visibility toggle

Reusable component to show/hide password input fields,
added to local user form.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I90fb865e51d99788a225812b057f4d8bacad1bc8
diff --git a/src/locales/en.json b/src/locales/en.json
index d866002..db3a87b 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -6,6 +6,9 @@
     "on": "on",
     "off": "off"
   },
+  "ariaLabels": {
+    "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen."
+  },
   "login": {
     "language": {
       "label": "Language"