diff options
author | Felix Dörre <felix@dogcraft.de> | 2014-11-15 12:12:12 +0100 |
---|---|---|
committer | Felix Dörre <felix@dogcraft.de> | 2014-11-15 12:12:12 +0100 |
commit | 3e578bf67cf3ba551aecae52b2f95d910af336ec (patch) | |
tree | 04a7d453bba90ecc2ffcb6941796724378e6d5e6 /pages/account/13.php | |
parent | 6d0f414854b2c1aa1da9ec49889ac9bb3b69b966 (diff) | |
download | cacert-devel-3e578bf67cf3ba551aecae52b2f95d910af336ec.tar.gz cacert-devel-3e578bf67cf3ba551aecae52b2f95d910af336ec.tar.xz cacert-devel-3e578bf67cf3ba551aecae52b2f95d910af336ec.zip |
bug-1339: remove all traces of OTPbug-1339
Diffstat (limited to 'pages/account/13.php')
-rw-r--r-- | pages/account/13.php | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/pages/account/13.php b/pages/account/13.php index 080e277..ea28c0e 100644 --- a/pages/account/13.php +++ b/pages/account/13.php @@ -127,20 +127,10 @@ <td colspan="2" class="title"><a href="account.php?id=59&oldid=13&userid=<?=intval($_SESSION['profile']['id'])?>"><?=_('Show account history')?></a></td> </tr> <tr> - <td colspan="2" class="title"><a href="account.php?id=13&showdetails=<?=intval(!$showdetails)?>"><?=_("View secret question & answers and OTP phrases")?></a></td> + <td colspan="2" class="title"><a href="account.php?id=13&showdetails=<?=intval(!$showdetails)?>"><?=_("View secret question & answers")?></a></td> </tr> <? if($showdetails){ ?> <tr> - <td class="DataTD"><?=_("OTP Hash")?><br> - (<?=_("Not displayed")?>)</td> - <td class="DataTD"><input type="text" name="otphash"></td> - </tr> - <tr> - <td class="DataTD"><?=_("OTP PIN")?><br> - (<?=_("Not displayed")?>)</td> - <td class="DataTD"><input type="text" name="otppin"></td> - </tr> - <tr> <td class="DataTD" colspan="2"><?=_("Lost Pass Phrase Questions")?></td> </tr> <tr> |