Closed (works as designed)
Project:
Email Registration
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2008 at 03:26 UTC
Updated:
2 Oct 2008 at 07:42 UTC
I've been using the email-registration module for sometime so users don't have to remember their user name and just use their email address to login. Now I thought I'd use this module to instigate some rules on how their user name is set.
email_registration auto-sets the user name to the pre_@ part of the email address used upon registration...regardless of what the registrant puts in the user name field upon registration.
It is still following this behaviour after installing this auto_username module so I am guessing email_registration hung on to it's power. There are no admin options for the email_registration module.
Any idea if this is true? Is there a fix?
Comments
Comment #1
Crell commentedI have never used the email_registration module, so I have no idea. My knee-jerk guess is that since E comes after A, auto_username is doing its thing and then email_registration is overwriting it.
Having multiple modules that modify the username enabled at the same time is rather guaranteed to break something. Since auto_username can't really turn off, I'm refiling this over to email_registration to see if the maintainer wants an option to turn off the auto-username-setting.
Comment #2
Christopher Herberte commentedMaybe in 6.2.x