don't require an IRC password in the notification UI

see: https://github.com/ansible/awx/issues/1010
This commit is contained in:
Ryan Petrello 2018-01-18 09:14:22 -05:00
parent 5387846cbb
commit e5aaeedc43
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -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;
}