From aa7c7ddd201991d933d01403d775de3bf8e0a3c2 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 23 Mar 2015 14:48:21 -0400 Subject: [PATCH] adding show password button for user stuff --- awx/ui/static/js/forms/Users.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awx/ui/static/js/forms/Users.js b/awx/ui/static/js/forms/Users.js index 3d88c49a9f..7d2d8cbecc 100644 --- a/awx/ui/static/js/forms/Users.js +++ b/awx/ui/static/js/forms/Users.js @@ -84,6 +84,7 @@ export default password: { label: 'Password', type: 'sensitive', + hasShowInputButton: true, ngShow: 'ldap_user == false', addRequired: true, editRequired: false, @@ -94,6 +95,7 @@ export default password_confirm: { label: 'Confirm Password', type: 'sensitive', + hasShowInputButton: true, ngShow: 'ldap_user == false', addRequired: false, editRequired: false,