Merge pull request #2117 from walkafwalka/allow_awx_login_autocomplete

Allow autocomplete on the AWX login page

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2018-10-11 20:23:37 +00:00 committed by GitHub
commit 6eb1feffcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@
<form id="login-form"
name="loginForm"
class="form-horizontal"
autocomplete="off" novalidate>
novalidate>
<div class="form-group LoginModal-formGroup">
<label class="LoginModal-label
col-md-12" translate>USERNAME
@ -54,7 +54,7 @@
class="form-control LoginModal-field"
ng-model="login_username"
id="login-username"
autocomplete="off" required>
required>
<div class="error"
ng-show="loginForm.login_username.$dirty &&
loginForm.login_username.$error.required" translate>
@ -73,8 +73,8 @@
name="login_password"
id="login-password"
class="form-control LoginModal-field"
ng-model="login_password" required
autocomplete="off">
ng-model="login_password"
required>
<div class="error"
ng-show="loginForm.login_password.$dirty
&&