mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03: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;
|
||||
case 'net':
|
||||
scope.username_required = true;
|
||||
scope.password_required = true;
|
||||
scope.password_required = false;
|
||||
scope.passwordLabel = 'Password';
|
||||
scope.sshKeyDataLabel = 'SSH Key';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user