mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:15:55 +00:00
set otp field to autocomplete=off
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user