-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ feat: added email verifications #34
base: staging
Are you sure you want to change the base?
Conversation
Aydawka
commented
Dec 18, 2023
•
edited
Loading
edited
- Added email verifications
- Added login notifications
- Fix testing for email verifications
…vitations # Conflicts: # alembic/versions/f150341d2741_modify_email_verification.py
…vitations # Conflicts: # alembic/versions/f150341d2741_modify_email_verification.py
…vitations # Conflicts: # alembic/versions/72ac2b020c7c_delete_dataset_readme_table.py # alembic/versions/db1b62d02def_edit_invite_table.py # alembic/versions/f150341d2741_modify_email_verification.py
# Conflicts: # poetry.lock # pyproject.toml
<a href="http://localhost:3000/auth/signup?code={{ token }}&email={{ to }}"> | ||
http://localhost:3000/auth/signup?code={{ token }}&email={{ to }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong urls here
pyproject.toml
Outdated
@@ -67,6 +67,7 @@ growthbook = "^1.0.0" | |||
|
|||
# Fair Data Tools | |||
pyfairdatatools = "0.1.3" | |||
flask-mailman = "^1.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to email section
<a href="http://localhost:3000/auth/signup?code={{ token }}&email={{ to }}"> | ||
http://localhost:3000/auth/signup?code={{ token }}&email={{ to }} | ||
</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong urls here
<a href="{{ user_profile }}" class="button">Change Your Password</a> | ||
<p> | ||
Or see here: | ||
<a href="http://localhost:3000/studies">http://localhost:3000/studies</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong urls here
templates/email_verification.html
Outdated
<a href="http://localhost:3000/auth/verify-email?email={{ email }}&token={{ token }}"> | ||
http://localhost:3000/auth/verify-email?email={{ email }}&token={{ token }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong urls here
templates/invite_contributors.html
Outdated
<a href="http://localhost:3000/study/{{ study_id }}"> | ||
http://localhost:3000/study/{{ study_id }} | ||
</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong urls here