mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Allow autocomplete on the AWX login page
Signed-off-by: walkafwalka <41709139+walkafwalka@users.noreply.github.com>
This commit is contained in:
parent
1ba6073569
commit
e02e8994ad
@ -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
|
||||
&&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user