Greetings! I am the web manager at Muskingum College, and I am just getting started with Wordpress.
In my environment, I would like to restrict the wp-signup.php page to only allow valid Muskingum email addresses to register. I also want the username, blogname, and email address to match. As a result of this logic, I want to only prompt for them to enter their username. Once they click next, I would like the value they submit for username to be used as the blogname (this is done already, and I set the blogname field as "readonly") AND I want the email address value to become username@muskingum.edu.
For example if John Doe is a student and wants to register, he would register the username "johndoe" and click Next. This would be passed on as user_email johndoe@muskingum.edu and the blogname would become johndoe.
Can anyone here clarify what I should be changing to make the username/email submission occur the way I want? I thought that changing $user_email to $user_name.'@muskingum.edu' would do the trick, but I have not been successful with that.
Thanks for any advice!
--Aaron M. Hall
Muskingum Web Manager