set otp field to autocomplete=off
This commit is contained in:
parent
9c3a4f293c
commit
6f148528dc
|
@ -60,7 +60,7 @@ class Auth_Internal extends Plugin implements IAuthModule {
|
||||||
<input type="hidden" name="password" value="<?php echo htmlspecialchars($password) ?>">
|
<input type="hidden" name="password" value="<?php echo htmlspecialchars($password) ?>">
|
||||||
|
|
||||||
<label><?php echo __("Please enter your one time password:") ?></label>
|
<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"/>
|
<input type="submit" value="Continue"/>
|
||||||
</form>
|
</form>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
Loading…
Reference in New Issue