emile 1 year ago
parent dab6d9b290
commit 0962f8e05a

@ -46,7 +46,7 @@
<h2>Activate your account at Ositcom</h2> <h2>Activate your account at Ositcom</h2>
<p>Hello {{ user.first_name }},</p> <p>Hello {{ user.first_name }},</p>
<p>Thank you for signing up! To help us confirm your identity, please click the button below to activate your account and verify your email address:</p> <p>Thank you for signing up! To help us confirm your identity, please click the button below to activate your account and verify your email address:</p>
<p><a class="btn" href="{{ domain }}{% url 'activate' uidb64=uid token=token %}">Activate Account</a></p>
<p>If you didn't request this, you can safely ignore this email.</p> <p>If you didn't request this, you can safely ignore this email.</p>
<p>Regards,<br>The Ositcom Team</p> <p>Regards,<br>The Ositcom Team</p>
</div> </div>

@ -152,7 +152,7 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
EMAIL_HOST = 'cloud121.osinode.com' EMAIL_HOST = 'cloud121.osinode.com'
EMAIL_PORT = 587 EMAIL_PORT = 587
EMAIL_HOST_USER = 'noreply@ositcom.net' EMAIL_HOST_USER = 'e.emile@ositcom.net'
DEFAULT_FROM_EMAIL = 'noreply@ositcom.net' DEFAULT_FROM_EMAIL = 'e.emile@ositcom.net'
EMAIL_HOST_PASSWORD = 'EMILEselim!@67' EMAIL_HOST_PASSWORD = 'EMILEselim!@67'
EMAIL_USE_TLS = True EMAIL_USE_TLS = True

Loading…
Cancel
Save