diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-03-05 01:32:40 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-03-05 01:37:57 +0100 |
commit | 5716654d127921d86b3aa8c9307ab9ac2ca6ab1b (patch) | |
tree | 811b648ff5d73e42af47f034a1bfcef68234bacf /CHANGELOG.md | |
parent | 714bf0cb2332050a3a64c6197dae729cf7de1b95 (diff) | |
download | pleroma-5716654d127921d86b3aa8c9307ab9ac2ca6ab1b.tar.gz pleroma-5716654d127921d86b3aa8c9307ab9ac2ca6ab1b.zip |
Remove crypt(3) support
This was used to support migration from GNU Social, which was used by at least
shitposter.club, should be entirely irrelevant now.
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3030
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3062
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c15cbe3c..491d676df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - rel="me" was missing its cache ### Removed +- Support for passwords generated with `crypt(3)` (Gnu Social migration artifact) ## 2.5.1 |