Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
Update message
  • Loading branch information
eric-intuitem committed Feb 29, 2024
1 parent 7d12e2b commit 7a0b24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/iam/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def post(self, request):
try:
associated_user.mailing(
email_template_name="registration/password_reset_email.html",
subject=_("Ciso: Password Reset"),
subject=_("CISO Assistant: Password Reset"),
)
print("Sending reset mail to", email)
except Exception as e:
Expand Down

0 comments on commit 7a0b24a

Please sign in to comment.