Ling Thio

Results 30 comments of Ling Thio

I'm running into the same issue. Notice that ``exclude_lines`` is in the ``[report]`` section. I wonder if the .coverage data file contains the missing lines and that: - our local...

Thanks @Legend . I would love this feature too, but I don't have the time right now, so I'm marking it as 'not planned' for now. Anyone who wants to...

I agree with @neurosnap , that the invitation token is sent to a specific address, but that that invitee may use a different email address to register. Also note that...

I believe you are requesting to move the kwargs initialization from `__init__()` to `init_app()`. This seems a reasonable request.

Thanks @neurosnap . I've moved ALL the custom parameters to `init_app()` and added a kwargs param to `__init__()`. I will release this soon.

I've released v0.6.4. @Xender : I have only tested this with `__init__(db_adapter, app, ...)`, so please test this with `init_app(app, db_adapter, ...)` and let us know. Also note the parameter...

Nice to find out that someone is actually using the ``USER_ENABLE_INVITATION`` and ``USER_REQUIRE_INVITATION`` features! Great minds think alike: Flask-User v0.9 (alpha) and v1.0 (stable) will provide customizable view methods inside...

I don't see an easy way for Flask-User to support this use-case. If you think of an elegant solution, send me a pseudo code example, and I will re-consider.

Hi, Flask-User continues to be in an in-production status. I maintain Flask-User in my spare time. As such, I commit to fix critical issues. Feature requests and questions are addressed...

I have currently no plans to work on 2-factor authentication. I'm happy to consider pull requests if someone wants to work on this. If the addition is a big chunk...