1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:45:56 +00:00

remove password type from otp field

This commit is contained in:
Andrew Dolgov
2013-04-16 20:49:00 +04:00
parent a5680acbe8
commit 9c3a4f293c

View File

@@ -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 type="password" size="6" name="otp"/>
<input size="6" name="otp" value=""/>
<input type="submit" value="Continue"/>
</form>
<script type="text/javascript">