A new version of the Real Name module has been released which includes a number of bug fixes and a handful of new features.

CommentFileSizeAuthor
#1 update-realname-2224831-1.patch8.8 KBdevin carlson

Comments

devin carlson’s picture

Status: Active » Needs review
StatusFileSize
new8.8 KB

A patch to update Real Name to 7.x-1.2.

The latest version of Real Name introduces a hook_requirements() check that verifies that all user registration emails have had their default user name tokens replaced with their raw equivalents since the default tokens display realnames which cannot be used for logging in or resetting passwords (which leads to confusion).

In addition to incrementing the module's version number the patch also featurizes the emails that require their tokens to be replaced and a strongarm alter is added to switch between the default and raw token messages depending on whether the Real Name module is installed. hook_modules_enabled()/hook_modules_disabled() are also implemented to revert the features when Real Name is enabled/disabled.

devin carlson’s picture

Status: Needs review » Fixed

Tested #1 with an existing Commons install and verified that user realnames continued to function properly. Also verified that the user registration emails had their tokens replaced correctly and that all of the Real Name requirements were met.

Committed #1 to Commons 7.x-3.x.

  • Commit ace7519 on 7.x-3.x by Devin Carlson:
    Issue #2224831 by Devin carlson: Updated the Real Name module to 7.x-1.2...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.