Fincity-django-allauth

Latest version: v0.40.0

Safety actively analyzes 629599 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 9

0.25.2

*******************

Note worthy changes
-------------------

- Bug fix release (MemcachedKeyCharacterError: "Control characters not allowed")

0.25.1

*******************

Note worthy changes
-------------------

- Bug fix release (AttributeError in password reset view).

0.25.0

*******************

Note worthy changes
-------------------

- 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


Backwards incompatible changes
------------------------------

None

0.24.1

*******************

Note worthy changes
-------------------

- Non-test code accidentally had test packages as a dependency.


Backwards incompatible changes
------------------------------

- Setting a password after logging in with a social account no longer logs out
the user by default on Django 1.7+. Setting an initial password and changing
the password both respect ``settings.ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE``.

0.24.0

*******************

Note worthy changes
-------------------

- Django 1.9b1 compatibility.

- Seppo Erviälä contributed a Finnish translation, thanks!

- Iurii Kriachko contributed a Basecamp provider, thanks!

Backwards incompatible changes
------------------------------

- Increased ``SocialApp`` key/secret/token sizes to 191, decreased
``SocialAccount.uid`` size to 191. The latter was done in order to
accomodate for MySQL in combination with utf8mb4 and contraints on
``uid``. Note that ``uid`` is used to store OpenID URLs, which can
theoretically be longer than 191 characters, although in practice
this does not seem to be the case. In case you really need to
control the ``uid`` length, set ``settings.SOCIALACCOUNT_UID_MAX_LENGTH``
accordingly. Migrations are in place.

0.23.0

*******************

Note worthy changes
-------------------

- David Friedman contributed Edmodo support, thanks!

- Added support for ``ACCOUNT_LOGIN_ON_PASSWORD_RESET`` (thanks Julen!)


Backwards incompatible changes
------------------------------

None

Page 4 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.