lingthio / Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
http://flask-user.readthedocs.io/
MIT License
1.06k stars 292 forks source link

Fixed crash when USER_ENABLE_INVITE_USER #228

Closed vvch closed 4 years ago

vvch commented 6 years ago

Fix #223

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@a379fa0). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #228   +/-   ##
=========================================
  Coverage          ?   90.62%           
=========================================
  Files             ?       25           
  Lines             ?     1450           
  Branches          ?        0           
=========================================
  Hits              ?     1314           
  Misses            ?      136           
  Partials          ?        0
Impacted Files Coverage Δ
flask_user/user_manager.py 91.14% <100%> (ø)

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 a379fa0...0b8462f. Read the comment docs.

and-semakin commented 4 years ago

Hi @vvch! Thank you for your contribution! Looks reasonable.