diff options
author | Benny Baumann <BenBE@geshi.org> | 2014-11-18 19:36:13 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2014-11-18 19:36:13 +0100 |
commit | ce9b70c7ed7224185f467ac1bd955af7b9bb28cc (patch) | |
tree | 3e43e807b4e587112f835dc94953392f91be48b0 /pages/account/13.php | |
parent | fb720bf477205d505c37a47eb29b965a4dcc2b04 (diff) | |
parent | 3e578bf67cf3ba551aecae52b2f95d910af336ec (diff) | |
download | cacert-devel-ce9b70c7ed7224185f467ac1bd955af7b9bb28cc.tar.gz cacert-devel-ce9b70c7ed7224185f467ac1bd955af7b9bb28cc.tar.xz cacert-devel-ce9b70c7ed7224185f467ac1bd955af7b9bb28cc.zip |
Merge branch 'bug-1339' into release
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> |