From e5aaeedc43cd9001215a27ecbfa96bdd75e35c23 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Thu, 18 Jan 2018 09:14:22 -0500 Subject: [PATCH] don't require an IRC password in the notification UI see: https://github.com/ansible/awx/issues/1010 --- awx/ui/client/src/notifications/shared/type-change.service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/notifications/shared/type-change.service.js b/awx/ui/client/src/notifications/shared/type-change.service.js index 543300b877..dad2cf44db 100644 --- a/awx/ui/client/src/notifications/shared/type-change.service.js +++ b/awx/ui/client/src/notifications/shared/type-change.service.js @@ -61,7 +61,7 @@ function (i18n) { obj.portLabel = ' ' + i18n._('IRC Server Port'); obj.passwordLabel = ' ' + i18n._('IRC Server Password'); obj.irc_required = true; - obj.password_required = true; + obj.password_required = false; obj.port_required = true; break; }