Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions backend/src/xfd_django/xfd_api/tasks/checkUserExpiration.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def check_user_expiration():
your password will be reset, requiring action to reactivate your account.

Thank you,
The Crossfeed Team
The CyHy Dashboard Team
""".format(
firstName=user.firstName, lastName=user.lastName
)
Expand All @@ -68,7 +68,7 @@ def check_user_expiration():
it will be removed, requiring action to recreate your account.

Thank you,
The Crossfeed Team
The CyHy Dashboard Team
""".format(
firstName=user.firstName, lastName=user.lastName
)
Expand Down Expand Up @@ -103,7 +103,7 @@ def check_user_expiration():
You will need to recreate your account if you wish to use our services again.

Thank you,
The Crossfeed Team
The CyHy Dashboard Team
""".format(
firstName=user.firstName, lastName=user.lastName
)
Expand Down