Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download user_registrationpassword-7.x-1.3.tar.gztar.gz 14.1 KB
MD5: 949fec7ce82a7eff382b44a291994bf1
SHA-1: 1dc5d34db9b8131b3dfe5e49d085bfa90bda135a
SHA-256: 3fae4d47025a8ff84d3d282a88fd736b3074644ef4f77453e737bece4d93d4fb
Download user_registrationpassword-7.x-1.3.zipzip 16.73 KB
MD5: 947774aa72d93ff6583fd6f71cf187e4
SHA-1: 268e20c48b28989411d583429990b2125ad2fdad
SHA-256: 167d263b8c665a04e8d321b37599446669dc88f50a5e0f9cf6a6a30657e98ee4

Release notes

The official 1.3 release for the Drupal 7 version of User Registration Password.
For a complete list of changes since 1.0, see the included CHANGELOG.txt.

Highlights:

  • From this release and up the installer changed, also some minor logic changed to prevent User Registration Password from running when an admin user (for example) created an account.
  • The module will from 1.3 and up enable and configure the correct e-mail templates during installation for use with this module. No need to configure anything anymore.
  • Translateable e-mail templates. Thanks to kle!

Remember to run update.php One of the variables used had to be renamed.

Complete list for the 1.3 release:

  • Feature request: Translatable Confirmation E-Mail - By kle - http://drupal.org/node/1321998
  • New: The correct configuration options are set from the 1.3 release and higher during install. No need to configure anything from now on.
  • New: The default 'Account activation' e-mail template will be overridden during installation, now it makes a lot more sense.
  • Renamed the user_registrationpassword variable to user_registrationpassword_registration, so we can actually remove it correctly via the uninstaller.
  • Minor edit to the e-mail template.
  • 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.
  • Added an update function to update the variable names that changed.
  • Added CHANGELOG.txt so people can check at all times what changed, even if d.o. is down. (for maintenance for example)
  • Updated README.txt to reflect changes and remove wrong / unclear documentation.
Created by: Rob C
Created on: 13 Sep 2012 at 00:58 UTC
Last updated: 8 May 2015 at 21:53 UTC
New features
Bug fixes

Other releases