-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better messaging for users trying to register again (#250)
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,8 +78,9 @@ def form_valid(self, form): | |
self.request, | ||
( | ||
"Please check your email for a verification link." | ||
" If you don’t see it, please contact us at " | ||
"[email protected]" | ||
" If you don’t see it, perhaps you already have an account on our service, " | ||
"try the forgot password route linked below." | ||
" Otherwise contact us at [email protected]." | ||
), | ||
) | ||
else: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters