mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -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:
commit
a20e87c046
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user