Forum Replies Created
-
AuthorPosts
-
jcant
MemberI have been using UMP for a year now and resolved an issue I had with needing the username and email address to be the same by using the function
function use_email_as_username($user_email)
{
return $_POST[‘user_login’];
}add_filter(‘user_registration_email’, ‘use_email_as_username’);
I upgraded to 1.1.6 with my upgrade to WP 4.0 and it is no longer working. Basically what I get is the email address populated with username@noreply.com as described above.
How can I still achieve the username and email address being the same without having to ask for it twice in the registration form?
Thanks
James
jcant
MemberThanks deniscgn
jcant
MemberHi
I think this is what I need as well, I want to ask for an email address at registration which will be used as their username and email address in the background.
If it is what I am looking for, where would I put the code above?
Thanks
November 4, 2013 at 4:42 pm in reply to: Cannot Activate Plugin: license already used in localhost #4438jcant
MemberHi
I recently installed the free version of user-meta on my development site, I have paid for the upgrade but I cannot activate it as the develpoment machine doesnt have access to the internet.
I weould really appreciate some help with this.
Thanks
-
AuthorPosts
