Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Latest commit

 

History

History
76 lines (42 loc) · 1.26 KB

CHANGES.rst

File metadata and controls

76 lines (42 loc) · 1.26 KB

Change log for gocept.loginuser

3.1 (unreleased)

  • Nothing changed yet.

3.0 (2021-04-08)

  • Drop support for Python 2 and 3.5.
  • Add support for Python 3.9.

2.1 (2021-01-07)

  • Drop support for Python 3.4.
  • Add support for Python 3.7 and 3.8.
  • Migrate to GitHub and GitHub Actions.

2.0 (2018-02-16)

  • Passwords are now saved in LDAP style: {SHA256}adkjiois34jhdi.

    Attention: If the hash does not start with name of an encryption scheme, plaintext password is assumed instead of bcrypt, which was assumed in 1.x.

    Migration:

    • Passwords, that start with SHA256:: Replace the prefix with {SHA256}.
    • Passwords without prefix: Add {BCRYPT} as prefix.
  • Drop support for Python 2.6 and 3.3.

  • Add support for Python 3.6.

1.3 (2017-04-25)

  • Fix setup.py

1.2 (2015-09-24)

  • Add support for Python 3.3 up to 3.5.

1.1 (2015-02-09)

  • Allow for the password hash to specify the hashing algorithm inline (made sha256 available so far).

1.0.1 (2015-01-07)

  • Fixed brown-bag release.

1.0 (2015-01-07)

initial release