Files
keystone/releasenotes/notes/remove-sha512_crypt-password-hashing-module-be4c5ed3f50017c0.yaml
James Page 4a4137d5f7 Drop the sha512_crypt module
This feature was deprecated for removal in the Epoxy cycle.

Complete the deprecation process and enable support for
Python >= 3.13 which drops the crypt module this feature
uses.

Change-Id: Ic4f60bc39b1143f436100a169f1afbf08e1b0fea
2025-01-22 10:16:06 +00:00

7 lines
202 B
YAML

---
other:
- |
The sha512_crypt password hashing module has been removed, completing the
deprecation process and dropping use of the crypt module which has been
dropped in Python >= 3.13.