I have this loaded with Login Toboggan, Email Registration and Real Name, although I believe the problem is with the Email Registration module. The user name it gives me is incorrect. The Email Registration module automatically creates a user name based on the email address, but the user name included in the notification email is garble. Below is a sample email.


HhN2ak9xGb (http://dev.flipthedog.com/?q=user/10) has created account.

Edit user: http://dev.flipthedog.com/?q=user/10/edit

Delete User: http://dev.flipthedog.com/?q=user/10/delete

profile_firstname: Paul
profile_lastname: Coste

Comments

rmiddle’s picture

I use the name field right off the account array from drupal core. It sounds like your setup isn't using the name field. Simple go in and remove !user_name from the template file and it goes away.

Thanks
Robert

rmiddle’s picture

To help with the issue I have made two changes. 1) I added support for real name and I am going to push the module down in the processing list to make sure any other module finishes before I email out the data.

Thanks
Robert

pauldawg’s picture

Excellent! Thanks so much! Let me know when you've committed the change.

rmiddle’s picture

It will be in the 1.9 release.

Thanks
Robert

rmiddle’s picture

Status: Active » Patch (to be ported)

In CVS for 5. Working on another patch for 6 then it will be ready.

rmiddle’s picture

Status: Patch (to be ported) » Fixed

Ported and committed to CVS will be in 1.9.

Status: Fixed » Closed (fixed)

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