From 9d593f07153eee60bdc3dca63f3da14d678e3046 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 3 Oct 2019 15:22:15 -0400 Subject: [PATCH] Remove text about confirming launch-time passwords. We haven't done confirmation on these for a long time. --- awx/ui/client/features/templates/templates.strings.js | 2 +- .../job-submission-factories/prompt-for-passwords.factory.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/features/templates/templates.strings.js b/awx/ui/client/features/templates/templates.strings.js index 13e3ce6639..4c53a69acd 100644 --- a/awx/ui/client/features/templates/templates.strings.js +++ b/awx/ui/client/features/templates/templates.strings.js @@ -37,7 +37,7 @@ function TemplatesStrings (BaseString) { REVERT: t.s('REVERT'), CREDENTIAL_TYPE: t.s('Credential Type'), CREDENTIAL_PASSWORD_WARNING: t.s('Credentials that require passwords on launch are not permitted for template schedules and workflow nodes. The following credentials must be removed or replaced to proceed:'), - PASSWORDS_REQUIRED_HELP: t.s('Launching this job requires the passwords listed below. Enter and confirm each password before continuing.'), + PASSWORDS_REQUIRED_HELP: t.s('Launching this job requires the passwords listed below. Enter each password before continuing.'), PLEASE_ENTER_PASSWORD: t.s('Please enter a password.'), credential_passwords: { SSH_PASSWORD: t.s('SSH Password'), diff --git a/awx/ui/client/src/job-submission/job-submission-factories/prompt-for-passwords.factory.js b/awx/ui/client/src/job-submission/job-submission-factories/prompt-for-passwords.factory.js index 40557c58c3..16156500ed 100644 --- a/awx/ui/client/src/job-submission/job-submission-factories/prompt-for-passwords.factory.js +++ b/awx/ui/client/src/job-submission/job-submission-factories/prompt-for-passwords.factory.js @@ -10,7 +10,7 @@ export default scope.passwords = params.passwords; - html += "
Launching this job requires the passwords listed below. Enter and confirm each password before continuing.
\n"; + html += "
Launching this job requires the passwords listed below. Enter each password before continuing.
\n"; scope.passwords.forEach(function(password) { // Prompt for password