Added ability to configure email verification for registered user (#1929)
* Added ability to configure email verification for registered user Removed unused code * updated changelog * fixed comments * fixed swagger * updated docs Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>main
parent
5d2c329242
commit
2510d4d659
@ -0,0 +1,8 @@
|
||||
{% load account %}{% user_display user as user_display %}{% load i18n %}{% autoescape off %}{% blocktrans with site_name=current_site.name site_domain=current_site.domain %}Hello from {{ site_name }}!
|
||||
|
||||
<p>You're receiving this e-mail because user <strong>{{ user_display }}</strong> has given yours as an e-mail address to connect their account.</p>
|
||||
|
||||
<p>To confirm this is correct, go to <a href="{{ activate_url }}">{{ activate_url }}</a></p>
|
||||
{% endblocktrans %}
|
||||
{% blocktrans with site_name=current_site.name site_domain=current_site.domain %}<strong>{{ site_domain }}</strong>{% endblocktrans %}
|
||||
{% endautoescape %}
|
||||
Loading…
Reference in New Issue