<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Admin / Moderator confirm registration]]></title>
		<link>https://punbb.informer.com/forums/topic/4071/admin-moderator-confirm-registration/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/4071/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Admin / Moderator confirm registration.]]></description>
		<lastBuildDate>Thu, 19 Aug 2004 18:20:59 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/19148/#p19148</link>
			<description><![CDATA[<p>Currently, no.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Thu, 19 Aug 2004 18:20:59 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/19148/#p19148</guid>
		</item>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/19147/#p19147</link>
			<description><![CDATA[<p>Is there a feature that allows the admin to approve registrations?&nbsp; &nbsp;In other words, can a forum be set up so that only members of an organization can join and post.</p>]]></description>
			<author><![CDATA[null@example.com (D9r)]]></author>
			<pubDate>Thu, 19 Aug 2004 18:18:04 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/19147/#p19147</guid>
		</item>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/19146/#p19146</link>
			<description><![CDATA[<div class="quotebox"><cite>D9r wrote:</cite><blockquote><p>(Looks like some sort of line-wrapping for the Code Block would be handy. ;) )</p></blockquote></div><p>In 1.2, the code boxes get scrollbars if the code is too long or too wide.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Thu, 19 Aug 2004 18:11:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/19146/#p19146</guid>
		</item>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/19128/#p19128</link>
			<description><![CDATA[<p>(Looks like some sort of line-wrapping for the Code Block would be handy. <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /> )</p>]]></description>
			<author><![CDATA[null@example.com (D9r)]]></author>
			<pubDate>Wed, 18 Aug 2004 22:56:52 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/19128/#p19128</guid>
		</item>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/19127/#p19127</link>
			<description><![CDATA[<p>Isn&#039;t there a feature that allows the admin to approve registrations?&nbsp; I would have thought that would be standard.&nbsp; So, for example, a forum can be read by the public but only members of an organization can join and post to it.</p>]]></description>
			<author><![CDATA[null@example.com (D9r)]]></author>
			<pubDate>Wed, 18 Aug 2004 22:55:29 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/19127/#p19127</guid>
		</item>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/17954/#p17954</link>
			<description><![CDATA[<p>Aha, now I see. Well, then I guess you&#039;ll have to disable it. I can&#039;t imagine people would go to such lengths to register lots of accounts in your forums, but here&#039;s how to disable it:</p><p>1. Open up login.php.<br />2. Locate<br /></p><div class="codebox"><pre><code>else if ($action == &#039;forget&#039; || $action == &#039;forget_2&#039;)</code></pre></div><p>3. Before that, add: /*<br />4. Locate<br /></p><div class="codebox"><pre><code>else
{
    if (!$cookie[&#039;is_guest&#039;])
        header(&#039;Location: index.php&#039;);</code></pre></div><p>5. Before that, add: */</p><p>That should do it.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Sat, 24 Jul 2004 22:17:49 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/17954/#p17954</guid>
		</item>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/17953/#p17953</link>
			<description><![CDATA[<p>&quot;login.php?action=forget&quot; works with registered, but not verified users:</p><div class="codebox"><pre><code>cat /usr/local/httpd/logs/www.server.com-access_log | grep &quot;xxx.xxx.xxx.xxx&quot;
xxx.xxx.xxx.xxx - - [24/Jul/2004:17:37:45 +0300] &quot;POST /forum/register.php HTTP/1.1&quot; 200 3102 &quot;http://www.server.com/forum/register.php&quot; &quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23  [ru]&quot;
xxx.xxx.xxx.xxx - - [24/Jul/2004:17:38:50 +0300] &quot;POST /forum/register.php?action=register HTTP/1.1&quot; 200 1139 &quot;http://www.server.com/forum/register.php&quot; &quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23  [ru]&quot;
xxx.xxx.xxx.xxx - - [24/Jul/2004:17:39:08 +0300] &quot;GET /forum/login.php HTTP/1.1&quot; 200 1717 &quot;http://www.server.com/forum/register.php?action=register&quot; &quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23  [ru]&quot;
xxx.xxx.xxx.xxx - - [24/Jul/2004:17:40:11 +0300] &quot;POST /forum/login.php?action=in HTTP/1.1&quot; 200 1100 &quot;http://www.server.com/forum/login.php&quot; &quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23  [ru]&quot;
xxx.xxx.xxx.xxx - - [24/Jul/2004:17:40:20 +0300] &quot;GET /forum/login.php?action=forget HTTP/1.1&quot; 200 1763 &quot;http://www.server.com/forum/login.php?action=in&quot; &quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23  [ru]&quot;
xxx.xxx.xxx.xxx - - [24/Jul/2004:17:40:38 +0300] &quot;POST /forum/login.php?action=forget_2 HTTP/1.1&quot; 200 1191 &quot;http://www.server.com/forum/login.php?action=forget&quot; &quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23  [ru]&quot;
xxx.xxx.xxx.xxx - - [24/Jul/2004:17:56:43 +0300] &quot;GET /forum/profile.php?id=259&amp;action=change_pass&amp;key=8PLxG6zn HTTP/1.1&quot; 200 1063 &quot;-&quot; &quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23  [ru]&quot;
xxx.xxx.xxx.xxx - - [24/Jul/2004:17:56:54 +0300] &quot;GET /forum/login.php HTTP/1.1&quot; 200 1745 &quot;http://www.server.com/forum/profile.php?id=259&amp;action=change_pass&amp;key=8PLxG6zn&quot; &quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23  [ru]&quot;</code></pre></div><p><img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>I get regestration message, but I do not post password to user <img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" />.</p>]]></description>
			<author><![CDATA[null@example.com (adsh)]]></author>
			<pubDate>Sat, 24 Jul 2004 22:04:32 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/17953/#p17953</guid>
		</item>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/17952/#p17952</link>
			<description><![CDATA[<p>Yes, but I can&#039;t see how that has anything to do with this. login.php?action=forget only works for people who are already registered.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Sat, 24 Jul 2004 21:54:07 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/17952/#p17952</guid>
		</item>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/17951/#p17951</link>
			<description><![CDATA[<p>See your previouse post (2004-06-21) about subject. I to be confronted with uncontrolled users registration.</p>]]></description>
			<author><![CDATA[null@example.com (adsh)]]></author>
			<pubDate>Sat, 24 Jul 2004 21:20:57 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/17951/#p17951</guid>
		</item>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/17950/#p17950</link>
			<description><![CDATA[<p>And what is bad about that? Shouldn&#039;t people be able to login if they forget their password?</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Sat, 24 Jul 2004 20:40:09 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/17950/#p17950</guid>
		</item>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/17948/#p17948</link>
			<description><![CDATA[<p>User can visit &quot;login.php?action=forget&quot; and change your password <img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" />.</p>]]></description>
			<author><![CDATA[null@example.com (adsh)]]></author>
			<pubDate>Sat, 24 Jul 2004 20:08:41 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/17948/#p17948</guid>
		</item>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/16018/#p16018</link>
			<description><![CDATA[<p>Thank you, Rickard <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" />.</p>]]></description>
			<author><![CDATA[null@example.com (adsh)]]></author>
			<pubDate>Mon, 21 Jun 2004 18:09:12 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/16018/#p16018</guid>
		</item>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/15989/#p15989</link>
			<description><![CDATA[<p>Open up register.php and look for</p><p>pun_mail($email1, $mail_subject, $mail_message);</p><p>Replace $email1 with i.e. &#039;your_email@example.com&#039;</p><p>But then you will have to send them an e-mail manually with the password.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Mon, 21 Jun 2004 14:38:35 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/15989/#p15989</guid>
		</item>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/15936/#p15936</link>
			<description><![CDATA[<p>User get email without activation link, Moderator get dublicate email with activation link.</p><p>Another way is special page to activate users (only) manually.</p><p>I to be confronted with uncontrolled users registration <img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" />.</p>]]></description>
			<author><![CDATA[null@example.com (adsh)]]></author>
			<pubDate>Sun, 20 Jun 2004 23:27:59 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/15936/#p15936</guid>
		</item>
		<item>
			<title><![CDATA[Re: Admin / Moderator confirm registration]]></title>
			<link>https://punbb.informer.com/forums/post/15930/#p15930</link>
			<description><![CDATA[<p>If you get the e-mail, how will people get their password?</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Sun, 20 Jun 2004 23:11:58 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/15930/#p15930</guid>
		</item>
	</channel>
</rss>
