When a new User registers on a wordPress multisite/BuddyPress based site, the site admin gets a mail(of course if you have not disabled it in the options) and that mail is pretty useless, because it gives you the ip address and the username but nothing else.
As a Site Admin, I am always curious to know a little more about the user. So, the code below adds the user's email address and a view profile link to the email.
Nice. I made a ticket on BuddyPress, suggesting this be made part of the core in 1.3… seems to me that everybody would want this and you've already done all the work.
Hi Joseph, Thanks for the comment. I will be happy to see it as a part of core. Just checked the ticket. let us hope the core devs include it in the 1.3
Hi brajesh, I have got a problem with wordpress(buddypress) membership. When users register with a fake or wrong email address it gets stored in the db and eventually in the users list. As an admin my only option is to go check users list in dashboard and need to verify and delete the profile. spammers can be controlled using capcha, but i have got a lot of members who have registered with wrong mail ids and also many forget to activate their account. How to delete fake email profiles automatically(say may be based on email delivery) and how to delete unactivated users based on time(say a week).
Nice. I made a ticket on BuddyPress, suggesting this be made part of the core in 1.3… seems to me that everybody would want this and you've already done all the work.
Hi Joseph,
Thanks for the comment. I will be happy to see it as a part of core. Just checked the ticket. let us hope the core devs include it in the 1.3
Hi brajesh,
I have got a problem with wordpress(buddypress) membership. When users register with a fake or wrong email address it gets stored in the db and eventually in the users list. As an admin my only option is to go check users list in dashboard and need to verify and delete the profile. spammers can be controlled using capcha, but i have got a lot of members who have registered with wrong mail ids and also many forget to activate their account. How to delete fake email profiles automatically(say may be based on email delivery) and how to delete unactivated users based on time(say a week).