lingthio / Flask-User-starter-app

BSD 2-Clause "Simplified" License
337 stars 156 forks source link

Pin Flask-Login version to 0.2.11 #15

Closed Achimh3011 closed 4 months ago

Achimh3011 commented 8 years ago

Later versions of Flask-Login turn UserMixin.is_authenticated() into a property and then code and templates break everywhere b/c of superfluous braces.

The (more complicated) alternative to this change would be to bump flask packages to current versions and remove the braces on all calls from this package.

Hendler commented 8 years ago

16 would also fix this.