Install
Works with Drupal: ^10.3 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
29.36 KB
MD5: 3c2b09bb550ed7b3865d4b51d95de409
SHA-1: 1fe39d31310f3d3c2ecf1a85d479c89b5a09dd92
SHA-256: e9a5671ebd0eb5882bfd4a9e5cef0ed8fa095dfe0402b1f8eff915c4f5c1312f
Download zip
49.14 KB
MD5: c0dc1934b7dd7240c202161ab14fb9a3
SHA-1: 640013b2f8652d6de1eb05f71a5812fba6cd522b
SHA-256: e77abb4684c096967141559397fc4cd9ef4abcf2c10c0869d63c40fb2b28f53c
Release notes
Changes since 2.1.1 (Identical to 2.1.2-rc2):
- #3509679 Migrate to OO hooks.
- Support for object oriented hook implementations using autowired services.
Introduced in 11.1 (but supported back to 10.1 using BC layer).
Change should have no functional change to the module.
- #3518097 Mark all procedural hooks as converted to OO.
- Now that all hooks have been converted to OO, Improve performance by preventing unnecessary scanning of procedural hooks.
This parameter only takes effect for Drupal Core >= 11.1.0.
- #3495763 Remove [user:password] token.
- The Generate Password module no longer provides the [user:password] and [account:password] tokens. It has been broken for a number of versions due to a core change. Those site admins still needing the functionality should use the Registration Password Token module. Compatibility with RPT is currently in need of attention. These tokens never made it into Drupal 7 or 8 core, but were unofficially included by a number of modules.
It is considered BCP to never send a password by email, but instead to use the one time password reset link which is included in the registration email by default.
The following changes were also included in this release but were related to testing infrastructure issues:
- #3486022 Test to check Drupal working and installing genpass.
- #3486092 by fjgarlin: Fix indenting in .gitlab-ci.yml file.
All changes since 2.1.2:
https://git.drupalcode.org/project/genpass/-/compare/2.1.1...2.1.2