summaryrefslogtreecommitdiff
path: root/plugins/auth_internal
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-16 20:52:36 +0400
committerAndrew Dolgov <[email protected]>2013-04-16 20:52:36 +0400
commit6f148528dcb868e43e26cf8896e27f389cc83c30 (patch)
tree8a1bb34a68527b6c753f857efe3a8be63aa92450 /plugins/auth_internal
parent9c3a4f293cb0b48c3a87b6f4472f842c81393bfa (diff)
set otp field to autocomplete=off
Diffstat (limited to 'plugins/auth_internal')
-rw-r--r--plugins/auth_internal/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/auth_internal/init.php b/plugins/auth_internal/init.php
index 1ec4ec655..9ec131448 100644
--- a/plugins/auth_internal/init.php
+++ b/plugins/auth_internal/init.php
@@ -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">