]> git.wh0rd.org - tt-rss.git/commitdiff
remove password type from otp field
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 16 Apr 2013 16:49:00 +0000 (20:49 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 16 Apr 2013 16:50:17 +0000 (20:50 +0400)
plugins/auth_internal/init.php

index e910e52aafa224e1934a8f624df2a7fef5346471..1ec4ec655afdeb8998dda580a4166be029ffcf56 100644 (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">