]> git.wh0rd.org Git - tt-rss.git/commitdiff
set otp field to autocomplete=off
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 16 Apr 2013 16:52:36 +0000 (20:52 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 16 Apr 2013 16:52:36 +0000 (20:52 +0400)
plugins/auth_internal/init.php

index 1ec4ec655afdeb8998dda580a4166be029ffcf56..9ec1314481d0fc709ef0525a953eb397ec7a31d7 100644 (file)
@@ -60,7 +60,7 @@ class Auth_Internal extends Plugin implements IAuthModule {
                                                                <input type="hidden" name="password" value="<?php echo htmlspecialchars($password) ?>">
 
                                                                <label><?php echo __("Please enter your one time password:") ?></label>
-                                                               <input size="6" name="otp" value=""/>
+                                                               <input autocomplete="off" size="6" name="otp" value=""/>
                                                                <input type="submit" value="Continue"/>
                                                        </form>
                                                        <script type="text/javascript">