-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC Document deprecation of old password encryptors (#348)
- Loading branch information
1 parent
01c5711
commit 2177d6a
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: 5.2.0 (unreleased) | ||
--- | ||
|
||
# 5.2.0 (unreleased) | ||
|
||
## Overview | ||
|
||
- [Features and enhancements](#features-and-enhancements) | ||
- [Other new features](#other-new-features) | ||
- [API changes](#api-changes) | ||
- [Bug fixes](#bug-fixes) | ||
|
||
## Features and enhancements | ||
|
||
### Other new features | ||
|
||
## API changes | ||
|
||
### silverstripe/framework | ||
|
||
The following legacy subclasses of [`PasswordEncryptor`](api:SilverStripe\Security\PasswordEncryptor) have been deprecated, and will be removed in a future major release. If you are using one of these password encryptors in your projects, we strongly recommend swapping to one that has not been deprecated ([`PasswordEncryptor_Blowfish`](api:SilverStripe\Security\PasswordEncryptor_Blowfish) is the current recommendation, and is the default encryptor for passwords in new installations). Note that changing the password encryptor will also require that all of your members reset their passwords. | ||
|
||
- [`PasswordEncryptor_None`](api:SilverStripe\Security\PasswordEncryptor_None) | ||
- [`PasswordEncryptor_LegacyPHPHash`](api:SilverStripe\Security\PasswordEncryptor_LegacyPHPHash) | ||
- [`PasswordEncryptor_MySQLOldPassword`](api:SilverStripe\Security\PasswordEncryptor_MySQLOldPassword) | ||
- [`PasswordEncryptor_MySQLPassword`](api:SilverStripe\Security\PasswordEncryptor_MySQLPassword) | ||
|
||
## Bug fixes | ||
|
||
This release includes a number of bug fixes to improve a broad range of areas. Check the change logs for full details of these fixes split by module. Thank you to the community members that helped contribute these fixes as part of the release! | ||
|
||
<!--- Changes below this line will be automatically regenerated --> | ||
|
||
<!--- Changes above this line will be automatically regenerated --> | ||
|