Skip to content

Add mail format for users registered via order #5564

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

Merged
merged 1 commit into from
Jan 30, 2019

Conversation

abhinavk96
Copy link
Contributor

@abhinavk96 abhinavk96 commented Jan 30, 2019

Fixes #5549

Checklist

Short description of what this resolves:

Adds mail format for users registered via order, marks the user as verified once he has successfully reset his password.

@codecov
Copy link

codecov bot commented Jan 30, 2019

Codecov Report

Merging #5564 into development will decrease coverage by 0.03%.
The diff coverage is 18.75%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #5564      +/-   ##
===============================================
- Coverage        63.26%   63.23%   -0.04%     
===============================================
  Files              265      265              
  Lines            12734    12742       +8     
===============================================
+ Hits              8056     8057       +1     
- Misses            4678     4685       +7
Impacted Files Coverage Δ
app/api/helpers/system_mails.py 100% <ø> (ø) ⬆️
app/api/auth.py 18.47% <0%> (-0.49%) ⬇️
app/models/mail.py 81.63% <100%> (+0.38%) ⬆️
app/api/users.py 32.45% <20%> (-0.66%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8f18d44...2ced6a0. Read the comment docs.

@abhinavk96 abhinavk96 merged commit 96fbb72 into fossasia:development Jan 30, 2019
mrsaicharan1 pushed a commit to mrsaicharan1/open-event-server that referenced this pull request Jan 30, 2019
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.

Add a new class of email for non logged in users placing an order.
1 participant