2014-11-05 10:03:48 -05:00
|
|
|
<div class="lightbox__body" ng-controller="AccountCtrl">
|
|
|
|
<header class="lightbox__header">
|
2013-10-21 11:10:45 -04:00
|
|
|
<h2>Account</h2>
|
2014-11-05 10:03:48 -05:00
|
|
|
<button class="lightbox__close" wo-touch="state.account.toggle(false)" data-action="lightbox-close">
|
2014-09-23 09:41:37 -04:00
|
|
|
<svg><use xlink:href="#icon-close" /><title>Close</title></svg>
|
|
|
|
</button>
|
2013-10-21 11:10:45 -04:00
|
|
|
</header>
|
|
|
|
|
2014-11-05 10:03:48 -05:00
|
|
|
<div class="lightbox__content">
|
2014-11-06 10:55:14 -05:00
|
|
|
<dl class="account">
|
|
|
|
<dt>Email</dt>
|
|
|
|
<dd>{{eMail}}</dd>
|
|
|
|
|
|
|
|
<dt>PGP Key ID</dt>
|
|
|
|
<dd>{{keyId}} (<a href="https://whiteout.io/revocation.html" title="Click to reset your account." target="_blank">Revoke key</a>)</dd>
|
|
|
|
|
|
|
|
<dt>PGP Fingerprint</dt>
|
|
|
|
<dd><a href="{{publicKeyUrl}}" title="Click to share your public key." target="_blank">{{fingerprint}}</a></dd>
|
|
|
|
|
|
|
|
<dt>Key Size (RSA)</dt>
|
|
|
|
<dd>{{keysize}} bit</dd>
|
|
|
|
</dl>
|
2014-11-05 10:03:48 -05:00
|
|
|
</div>
|
2014-04-11 12:39:13 -04:00
|
|
|
|
2014-11-05 10:03:48 -05:00
|
|
|
<footer class="lightbox__controls">
|
|
|
|
<button wo-touch="state.account.toggle(false); state.setPassphrase.toggle(true)" class="btn btn--secondary">Set passphrase</button>
|
|
|
|
<button wo-touch="exportKeyFile()" class="btn">Export keypair</button>
|
|
|
|
</footer>
|
|
|
|
</div>
|