Skip to content
Snippets Groups Projects
Commit 6f148528 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

set otp field to autocomplete=off

parent 9c3a4f29
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment