cleanup
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<h1>Your account is register</h1>
|
||||
<p>Please find your confidential information in a safe space</p>
|
||||
<p>Your alias: {{alias}}</p>
|
||||
<p>Your passphrase: {{passphrase}}</p>
|
||||
<p>Your public key that you can share with anyone:</p>
|
||||
<textarea>{{pubk}}</textarea>
|
||||
<p>Your private key that you keep secret and use to proove you own the public key:</p>
|
||||
<textarea>{{privk}}</textarea>
|
||||
{{#trustedtribe}}
|
||||
<p>Thanks to trust us to keep your private key,
|
||||
we'll be able to send back to this email address in case you need it</p>
|
||||
{{/trustedtribe}}
|
||||
{{^trustedtribe}}
|
||||
<p>You decide to keep secret this private key,
|
||||
Please save it in a safe place that noone else than you can access to proove you own it</p>
|
||||
{{/trustedtribe}}
|
||||
<p>Never share with someone else your privbatekey if someone can access, it will be possible to usurp your identity.</p>
|
Reference in New Issue
Block a user