The official 1.4 pre-release 1 for the Drupal 7 version of User Registration Password.
For a complete list of changes since 1.0, see the included CHANGELOG.txt.
Highlights:
- Password reset form flood control + privacy.
- Settings for flood control via flood_control module.
- Resend password confirmation mail from admin/users.
- Added support for the rpt module.
Full list of changes for the 1.4 release:
Migrated functionality from user_registrationpass_extra:
- New: Password reset form flood control + privacy.
- New: Settings for flood control via flood_control module.
- New: Resend password confirmation mail from admin/users.
- New: Added support for the rpt module.
- Bug: Fixed wrong tokens in e-mail activation template
http://drupal.org/node/1832002
- Bug: Fixed missing token on configuration page
http://drupal.org/node/1831922
- Bug: Fixed Duplicate email using the verification email option (3rd option)
By bago - https://drupal.org/node/1773430
- Task: Added tests. (admin config page test still needs work)
- Task: Codingstandards++ (almost done).
- Task: In-code documentation++ (still needs some work).
- CODE CHANGES: Changed logic a bit, be sure to review the
changes if you develop on top of our module.