codebuddies / backend

CodeBuddies back-end
https://codebuddies.org
GNU General Public License v3.0
20 stars 25 forks source link

[User Registration] Validation Email Text #180

Open BethanyG opened 4 years ago

BethanyG commented 4 years ago

Create Text for New User Registration Email Verification

The Codebuddies New User Registration flow will be requiring that a user verify the email they used for signup. The current default email being sent is insufficient/inaccurate, and should be edited/wordsmithed:

image

The files that control this text can be found under:

They use Djangos Templating language for variables and data. Some additional links for templating:


CAVEAT

While these emails will need to be done regardless, and will need to be in the Django Template language, the location of these may change pending a decision on our use of django-rest-auth vs dojser vs another registration flow. Please refer to discussion #178 for context, details, and decisions.

BethanyG commented 3 years ago

Please also see #191, which covers specifically the URI that's sent in this email, and is driven by several configuration settings.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

BethanyG commented 3 years ago

Still open.