1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/py-django-allauth
Mark Felder 0be422f6b7 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
2016-03-15 17:34:08 +00:00
..
distinfo www/py-django-allauth: Update to 0.25.2 2016-03-15 17:34:08 +00:00
Makefile www/py-django-allauth: Update to 0.25.2 2016-03-15 17:34:08 +00:00
pkg-descr