You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The files that control this text can be found under:
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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:
The files that control this text can be found under:
project/core/templates/account/email/email_confirmation_subject.txt
project/core/templates/account/email/email_confirmation_message.txt
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
vsdojser
vs another registration flow. Please refer to discussion #178 for context, details, and decisions.The text was updated successfully, but these errors were encountered: