K 10 svn:author V 4 feld K 8 svn:date V 27 2016-03-15T17:34:08.077732Z K 7 svn:log V 1032 www/py-django-allauth: Update to 0.25.2 0.25.0 (2016-03-12) * Many providers were added: Reddit, Untappd, GitLab, Stripe, Pinterest, Shopify, Draugiem, DigitalOcean, Robinhood, Bitbucket(OAuth2). * The account connections view is now AJAX aware. * You can now customize the template extension that is being used to render all HTML templates (ACCOUNT_TEMPLATE_EXTENSION) * In order to be secure by default, users are now blocked from logging in after exceeding a maximum number of failed login attempts (see ACCOUNT_LOGIN_ATTEMPTS_LIMIT, ACCOUNT_LOGIN_ATTEMPTS_TIMEOUT). Set ACCOUNT_LOGIN_ATTEMPTS_LIMIT to None to disable this functionality. Important: while this protects the allauth login view, it does not protect Django’s admin login from being brute forced. * New translations: Arabic, Lithuanian 0.25.1 (2016-03-13) * Bug fix release (AttributeError in password reset view). 0.25.2 (2016-03-13) * Bug fix release (MemcachedKeyCharacterError: "Control characters not allowed") PR: 207950 END