1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

Password is no longer required for network credential

This commit is contained in:
Ken Hoes 2016-08-08 14:16:56 -04:00
parent 8be9e2b13e
commit 59059633ed

View File

@ -161,7 +161,7 @@ angular.module('CredentialsHelper', ['Utilities'])
break;
case 'net':
scope.username_required = true;
scope.password_required = true;
scope.password_required = false;
scope.passwordLabel = 'Password';
scope.sshKeyDataLabel = 'SSH Key';
break;