<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: New User Approve Plugin Updates</title>
	<atom:link href="http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-user-approve-plugin-updates</link>
	<description>Not Bad For A Vampire</description>
	<lastBuildDate>Fri, 04 May 2012 12:22:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Carole Hickman</title>
		<link>http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/#comment-49370</link>
		<dc:creator>Carole Hickman</dc:creator>
		<pubDate>Fri, 24 Dec 2010 00:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.picklewagon.com/?p=312#comment-49370</guid>
		<description>Hi, Thank you for your plugin. How can I change/custom the email wordpress@mysite.com ? Many thanks</description>
		<content:encoded><![CDATA[<p>Hi, Thank you for your plugin. How can I change/custom the email <a href="mailto:wordpress@mysite.com">wordpress@mysite.com</a> ? Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LozTom</title>
		<link>http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/#comment-47117</link>
		<dc:creator>LozTom</dc:creator>
		<pubDate>Fri, 29 Oct 2010 06:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.picklewagon.com/?p=312#comment-47117</guid>
		<description>G.R.E.A.T Plugin, just what I wanted...but, and there is always a but.. :-)

When used in conjunction with FaceBookConnect plugin, the authorisation is circum-navigated completely and renders it useless. 

Is this something which you could / would consider fixing?

Please eMail me if you do as I&#039;ll re-install it in a flash! 

Thanks


Loz</description>
		<content:encoded><![CDATA[<p>G.R.E.A.T Plugin, just what I wanted&#8230;but, and there is always a but.. <img src='http://picklewagon.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>When used in conjunction with FaceBookConnect plugin, the authorisation is circum-navigated completely and renders it useless. </p>
<p>Is this something which you could / would consider fixing?</p>
<p>Please eMail me if you do as I&#8217;ll re-install it in a flash! </p>
<p>Thanks</p>
<p>Loz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: booboo</title>
		<link>http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/#comment-39066</link>
		<dc:creator>booboo</dc:creator>
		<pubDate>Fri, 19 Feb 2010 17:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.picklewagon.com/?p=312#comment-39066</guid>
		<description>Another cool feature would be the ability to customize the emails sent to users. Any chance of including that? I&#039;m thinking of hacking it to do it but if you&#039;re going to include that then maybe I&#039;ll hold off.

Great plugin, btw.</description>
		<content:encoded><![CDATA[<p>Another cool feature would be the ability to customize the emails sent to users. Any chance of including that? I&#8217;m thinking of hacking it to do it but if you&#8217;re going to include that then maybe I&#8217;ll hold off.</p>
<p>Great plugin, btw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Harrison</title>
		<link>http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/#comment-37681</link>
		<dc:creator>Josh Harrison</dc:creator>
		<pubDate>Thu, 14 Jan 2010 07:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.picklewagon.com/?p=312#comment-37681</guid>
		<description>I will be adding an options page with the next major release. I will be sure to include this as an option.</description>
		<content:encoded><![CDATA[<p>I will be adding an options page with the next major release. I will be sure to include this as an option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NightStorm</title>
		<link>http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/#comment-37510</link>
		<dc:creator>NightStorm</dc:creator>
		<pubDate>Sun, 10 Jan 2010 22:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.picklewagon.com/?p=312#comment-37510</guid>
		<description>To answer the question on sending out denied emails...
edit new-user-approve.php and comment out line 396

@wp_mail($user_email, sprintf(__(&#039;[%s] Registration Denied&#039;, $this-&gt;localizationDomain), get_option(&#039;blogname&#039;)), $message);

This should prevent it from sending the email.

Now, to automatically delete Denied users, try this.
In new-user-approve.php, immediately after:
update_usermeta($user-&gt;ID, &#039;pw_user_status&#039;, &#039;denied&#039;);

insert this line (should land around line 400):

wp_delete_user($user-&gt;ID);

Hope this helps.</description>
		<content:encoded><![CDATA[<p>To answer the question on sending out denied emails&#8230;<br />
edit new-user-approve.php and comment out line 396</p>
<p>@wp_mail($user_email, sprintf(__(&#8216;[%s] Registration Denied&#8217;, $this-&gt;localizationDomain), get_option(&#8216;blogname&#8217;)), $message);</p>
<p>This should prevent it from sending the email.</p>
<p>Now, to automatically delete Denied users, try this.<br />
In new-user-approve.php, immediately after:<br />
update_usermeta($user-&gt;ID, &#8216;pw_user_status&#8217;, &#8216;denied&#8217;);</p>
<p>insert this line (should land around line 400):</p>
<p>wp_delete_user($user-&gt;ID);</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJ Allyn</title>
		<link>http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/#comment-37456</link>
		<dc:creator>DJ Allyn</dc:creator>
		<pubDate>Sat, 09 Jan 2010 20:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.picklewagon.com/?p=312#comment-37456</guid>
		<description>Paul brings up a great point.  If I deny someone, I don&#039;t want an email sent at all.  As I stated above, I would much rather be able to delete their request right then and be done with it.  I don&#039;t think I owe an email or explanation. In other words a &quot;Deny&quot; should just be a &quot;Delete&quot;.  If you can figure out how to send it to a &quot;blacklist&quot;, that would be cool, but not necessary.

ALSO, I would like to be able to edit the email that is sent out to those I do approve.  For example, I personally want those people I do approve of to update their profile to at least enter their first and/or last name.  I need that capability to edit the email being sent.</description>
		<content:encoded><![CDATA[<p>Paul brings up a great point.  If I deny someone, I don&#8217;t want an email sent at all.  As I stated above, I would much rather be able to delete their request right then and be done with it.  I don&#8217;t think I owe an email or explanation. In other words a &#8220;Deny&#8221; should just be a &#8220;Delete&#8221;.  If you can figure out how to send it to a &#8220;blacklist&#8221;, that would be cool, but not necessary.</p>
<p>ALSO, I would like to be able to edit the email that is sent out to those I do approve.  For example, I personally want those people I do approve of to update their profile to at least enter their first and/or last name.  I need that capability to edit the email being sent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donal</title>
		<link>http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/#comment-37385</link>
		<dc:creator>Donal</dc:creator>
		<pubDate>Thu, 07 Jan 2010 23:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.picklewagon.com/?p=312#comment-37385</guid>
		<description>Very nice plugin.  Just playing around with it, doesn&#039;t seem to unapprove a user once they&#039;re approved if you subsequently unappprove them. 

Paul, lfp, look for the mail from plugin.  Paul, you could change this address to a fake address if denying spammers. Ideally a checkbox after each user seeking approval whether to send a mail or not would be a nice way to do it.</description>
		<content:encoded><![CDATA[<p>Very nice plugin.  Just playing around with it, doesn&#8217;t seem to unapprove a user once they&#8217;re approved if you subsequently unappprove them. </p>
<p>Paul, lfp, look for the mail from plugin.  Paul, you could change this address to a fake address if denying spammers. Ideally a checkbox after each user seeking approval whether to send a mail or not would be a nice way to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJ Allyn</title>
		<link>http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/#comment-37078</link>
		<dc:creator>DJ Allyn</dc:creator>
		<pubDate>Sat, 02 Jan 2010 05:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.picklewagon.com/?p=312#comment-37078</guid>
		<description>This is a great plugin and an improvement over some of the other ones out there.

I do have one request though:  I would LOVE to simply be able to delete the reprobates that I do not approve.  I don&#039;t have any need to fill up my users table with a bunch of fake names.

Right now I am going though my list of 2800+ registered users trying to find and delete roughly 300+ bad registrations.  It would be so much simpler for me to have the option of trashing them.

Or maybe a feature that would automatically purge them after being on the &quot;deny&quot; list for n days?</description>
		<content:encoded><![CDATA[<p>This is a great plugin and an improvement over some of the other ones out there.</p>
<p>I do have one request though:  I would LOVE to simply be able to delete the reprobates that I do not approve.  I don&#8217;t have any need to fill up my users table with a bunch of fake names.</p>
<p>Right now I am going though my list of 2800+ registered users trying to find and delete roughly 300+ bad registrations.  It would be so much simpler for me to have the option of trashing them.</p>
<p>Or maybe a feature that would automatically purge them after being on the &#8220;deny&#8221; list for n days?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lfp</title>
		<link>http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/#comment-36878</link>
		<dc:creator>lfp</dc:creator>
		<pubDate>Sun, 27 Dec 2009 20:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.picklewagon.com/?p=312#comment-36878</guid>
		<description>Hi,

Thank you for your plugin.
How can I change/custom the email wordpress@mysite.com ?

Many thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you for your plugin.<br />
How can I change/custom the email <a href="mailto:wordpress@mysite.com">wordpress@mysite.com</a> ?</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/#comment-35027</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 09 Nov 2009 10:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.picklewagon.com/?p=312#comment-35027</guid>
		<description>Part of the description for this plugin that I read states: &quot;An email is then sent to the user indicating whether they were approved or denied.&quot;
However, if I deny a user (spammer) I would prefer NOT to send an email, so I don&#039;t reveal a live email address.  Can this be configured?</description>
		<content:encoded><![CDATA[<p>Part of the description for this plugin that I read states: &#8220;An email is then sent to the user indicating whether they were approved or denied.&#8221;<br />
However, if I deny a user (spammer) I would prefer NOT to send an email, so I don&#8217;t reveal a live email address.  Can this be configured?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

