diff --git a/plugins/auth_internal/init.php b/plugins/auth_internal/init.php
index 1ec4ec655afdeb8998dda580a4166be029ffcf56..9ec1314481d0fc709ef0525a953eb397ec7a31d7 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">