crypt_type 'drupal' for Drupal 7 authentication

This commit is contained in:
Marcin Łojewski
2018-02-18 18:46:32 +01:00
parent 135c1506e2
commit ebcdaa813b
4 changed files with 338 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Options for Courier authlib authentication: courier_md5, courier_md5raw, courier_sha1, courier_sha256
- crypt_type 'drupal' for Drupal 7 authentication
## [3.1.0] - 2018-02-06
### Added