mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
Merge pull request #3222 from kensible/3185-network-credential-password
Password is no longer required for network credential
This commit is contained in:
@@ -161,7 +161,7 @@ angular.module('CredentialsHelper', ['Utilities'])
|
|||||||
break;
|
break;
|
||||||
case 'net':
|
case 'net':
|
||||||
scope.username_required = true;
|
scope.username_required = true;
|
||||||
scope.password_required = true;
|
scope.password_required = false;
|
||||||
scope.passwordLabel = 'Password';
|
scope.passwordLabel = 'Password';
|
||||||
scope.sshKeyDataLabel = 'SSH Key';
|
scope.sshKeyDataLabel = 'SSH Key';
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user