Skip to content

Commit

Permalink
Let user know that the activation link might end up in spam
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed Apr 22, 2024
1 parent 0187a46 commit b7768b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/users/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ def signup(request):
send_email_exchange(to_email=to_email, subject=subject, message=message)
messages.info(
request,
_("Please confirm your email address to complete the registration"),
_(
"Please confirm your email address to complete the registration (note that the registration email may land in your spam box, if your email provider does not trust our domain name, we have unfortunately no control on our users' email provider)"
),
)
return redirect("home")
else:
Expand Down

0 comments on commit b7768b0

Please sign in to comment.