Add more help message to api-key and custom-domain

This commit is contained in:
Son NK 2020-01-20 11:16:04 +01:00
parent a6f19f6877
commit cfd3f5db8f
2 changed files with 18 additions and 8 deletions

View File

@ -14,18 +14,22 @@
<div class="col-md-8 offset-md-2"> <div class="col-md-8 offset-md-2">
<h1 class="h3"> API Key </h1> <h1 class="h3"> API Key </h1>
<p> <div class="alert alert-primary" role="alert">
The API Key is used inside the SimpleLogin Chrome extension. You can install the extension The API Key is used on the SimpleLogin Chrome/Firefox/Safari extension. <br>
You can install the Chrome extension on
<a href="https://chrome.google.com/webstore/detail/simplelogin-extension/dphilobhebphkdjbpfohgikllaljmgbn" <a href="https://chrome.google.com/webstore/detail/simplelogin-extension/dphilobhebphkdjbpfohgikllaljmgbn"
target="_blank"> target="_blank">Chrome Store<i class="fe fe-external-link"></i></a>,
here <i class="fe fe-external-link"></i> Firefox add-on on <a href="https://addons.mozilla.org/en-GB/firefox/addon/simplelogin/" target="_blank">Firefox<i
</a>. class="fe fe-external-link"></i></a>
and Safari extension on <a
href="https://apps.apple.com/us/app/simplelogin/id1494051017?mt=12&fbclid=IwAR0M0nnEKgoieMkmx91TSXrtcScj7GouqRxGgXeJz2un_5ydhIKlbAI79Io"
target="_blank">AppStore<i class="fe fe-external-link"></i></a>
<br> <br>
Please copy and paste the API key below into the browser extension to get started. <br> Please copy and paste the API key below into the extension to get started. <br>
<span class="text-danger"> <span class="text-danger">
Your API Keys are secret and should be treated as passwords. ⚠️Your API Keys are secret and should be treated as passwords.
</span> </span>
</p> </div>
{% for api_key in api_keys %} {% for api_key in api_keys %}
<div class="card" style="max-width: 50rem"> <div class="card" style="max-width: 50rem">

View File

@ -19,6 +19,12 @@
</div> </div>
{% endif %} {% endif %}
<div class="alert alert-primary" role="alert">
If you own a domain, let's say <b>example.com</b>, you will be able to create aliases with this domain, for example
contact@example.com, help@example.com, etc with SimpleLogin. <br>
You could also enable <b>catch-all</b> feature that allows you to create aliases on-the-fly.
</div>
{% for custom_domain in custom_domains %} {% for custom_domain in custom_domains %}
<div class="card" style="max-width: 50rem"> <div class="card" style="max-width: 50rem">
<div class="card-body"> <div class="card-body">