#31 API Token mail
* sends an email to the support address if a new token has been generated
This commit is contained in:
23
templates/email/api/verify_token.html
Normal file
23
templates/email/api/verify_token.html
Normal file
@@ -0,0 +1,23 @@
|
||||
{% load i18n %}
|
||||
|
||||
<div>
|
||||
<h2>{% trans 'Request for new API token' %}</h2>
|
||||
<hr>
|
||||
<article>
|
||||
{% trans 'Hello support' %},
|
||||
<br>
|
||||
{% trans 'you need to verify the API token for user' %}:
|
||||
<br>
|
||||
<br>
|
||||
<strong>{{user.username}}</strong>
|
||||
<br>
|
||||
<br>
|
||||
{% trans 'If unsure, please contact the user. The API token can not be used until you activated it in the admin backend.' %}
|
||||
<br>
|
||||
<br>
|
||||
{% trans 'Best regards' %}
|
||||
<br>
|
||||
KSP
|
||||
</article>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user