Zope-app-authentication

Latest version: v4.0.0

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

Scan your dependencies

Page 2 of 3

3.6.2

------------------

* Fix tests by using zope.login, and require new zope.publisher 3.12.

3.6.1

------------------

* Fix ftesting.zcml due to ``zope.securitypolicy`` update.

* Don't use ``zope.app.testing.ztapi`` in tests, use zope.component's
testing functions instead.

* Fix functional tests and stop using port 8081. Redirecting to
different port without trusted flag is not allowed.

3.6.0

------------------

* Separate the presentation template and camefrom/redirection logic for the
``loginForm.html`` view. Now the logic is contained in the
``zope.app.authentication.browser.loginform.LoginForm`` class.

* Fix login form redirection failure in some cases with Python 2.6.

* Use the new ``zope.authentication`` package instead of ``zope.app.security``.

* The "Password Manager Names" vocabulary and simple password manager registry
were moved to the ``zope.password`` package.

* Remove deprecated code.

3.5.0

------------------

* Split password manager functionality off to the new ``zope.password``
package. Backward-compatibility imports are left in place.

* Use ``zope.site`` instead of ``zope.app.component``. (Browser code still
needs ``zope.app.component`` as it depends on view classes of this
package.)

3.5.0a2

--------------------

* Make old encoded passwords really work.

3.5.0a1

--------------------

* Use ``zope.container`` instead of ``zope.app.container``. (Browser code
still needs ``zope.app.container`` as it depends on view classes of this
package.)

* Encoded passwords are now stored with a prefix ({MD5}, {SHA1},
{SSHA}) indicating the used encoding schema. Old (encoded) passwords
can still be used.

* Add an SSHA password manager that is compatible with standard LDAP
passwords. As this encoding gives better security agains dictionary
attacks, users are encouraged to switch to this new password schema.

* InternalPrincipal now uses SSHA password manager by default.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.