Closed (won't fix)
Project:
Email Registration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2008 at 03:46 UTC
Updated:
10 Aug 2010 at 20:37 UTC
Just using your module, I had to change how the automatic username worked.
from this:
$namenew = preg_replace('/@.*$/', '', $edit['mail']);
to this:
$namenew = $edit['mail'];
Could it be an option to use full email address in future versions?
Comments
Comment #1
Christopher Herberte commentedmaybe in a future version we'll have token support and more options
Comment #2
bwinett commentedI believe this issue can be dealt with with this: #247717: provide a hook so other modules can help generate the user name.