Browse Source

2FA login breaks with LastPass Chrome extension (#997)

CauseFX 6 years ago
parent
commit
d16d0327ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/pages/login.php

+ 1 - 1
api/pages/login.php

@@ -32,7 +32,7 @@ if(activeInfo.settings.login.rememberMe){
                     <div class="panel-body">
 	                    <div class="input-group" style="width: 100%;">
 	                        <div class="input-group-addon hidden-xs"><i class="ti-lock"></i></div>
-	                        <input type="text" class="form-control tfa-input" name="tfaCode" placeholder="Code" autocomplete="off" autocorrect="off" autocapitalize="off" maxlength="6" spellcheck="false" autofocus="">
+	                        <input type="text" class="form-control tfa-input" name="tfaCode" placeholder="Code" data-lpignore="true" autocomplete="off" autocorrect="off" autocapitalize="off" maxlength="6" spellcheck="false" autofocus="">
 	                    </div>
 	                    <button class="btn btn-warning btn-lg btn-block text-uppercase waves-effect waves-light login-button m-t-10" type="submit" lang="en">Login</button>
                     </div>