Skip to content
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

Open
wants to merge 77 commits into
base: staging
Choose a base branch
from
Open

Conversation

Aydawka
Copy link
Member

@Aydawka Aydawka commented Dec 18, 2023

  • Added email verifications
  • Added login notifications
  • Fix testing for email verifications

Aydawka and others added 30 commits November 27, 2023 20:50
…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
Comment on lines 44 to 45
<a href="http://localhost:3000/auth/signup?code={{ token }}&email={{ to }}">
http://localhost:3000/auth/signup?code={{ token }}&email={{ to }}
Copy link
Member

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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to email section

Comment on lines 46 to 48
<a href="http://localhost:3000/auth/signup?code={{ token }}&email={{ to }}">
http://localhost:3000/auth/signup?code={{ token }}&email={{ to }}
</a>
Copy link
Member

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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong urls here

Comment on lines 44 to 45
<a href="http://localhost:3000/auth/verify-email?email={{ email }}&token={{ token }}">
http://localhost:3000/auth/verify-email?email={{ email }}&token={{ token }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong urls here

Comment on lines 55 to 57
<a href="http://localhost:3000/study/{{ study_id }}">
http://localhost:3000/study/{{ study_id }}
</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong urls here

@megasanjay megasanjay changed the title feat: added email verifications ✨ feat: added email verifications Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants