CHANGELOG.txt 1.7 KB

123456789101112131415161718192021222324
  1. User Registration Password 7.x-1.3 2012-09-12
  2. ---------------------------------------------
  3. - Feature request: Translatable Confirmation E-Mail - By kle - http://drupal.org/node/1321998
  4. - New: The correct configuration options are set from the 1.3 release and higher during install. No need to configure anything from now on.
  5. - New: The default 'Account activation' e-mail template will be overridden during installation, now it makes a lot more sense.
  6. - Renamed the user_registrationpassword variable to user_registrationpassword_registration, so we can actually remove it correctly via the uninstaller.
  7. - Minor edit to the e-mail template.
  8. - Small change in the logic, we used to check for the role of a user (if admin perms) before we called the submit handler, we now only check if the uid < 1. This fixes a minor possible issue. This module should only work if an anonymous user tries to register. This also made #1773430 unnecessary.
  9. - Added an update function to update the variable names that changed.
  10. - Added CHANGELOG.txt so people can check at all times what changed, even if d.o. is down. (for maintenance for example)
  11. - Updated README.txt to reflect changes and remove wrong / unclear documentation.
  12. User Registration Password 1.2 2012-04-12
  13. -----------------------------------------
  14. - Bug by scor : Error with user status value - http://drupal.org/node/1513016
  15. - New: hook_mailkeys() is now supported, please test this. Thanks ominds for the patch!
  16. User Registration Password 1.1 2012-02-04
  17. -----------------------------------------
  18. - Bug by jide : Verification email was sent even when option was disabled.
  19. User Registration Password 1.0 2012-02-04
  20. -----------------------------------------
  21. - First commit.