<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged email-confirmed</title>
<link>https://www.question2answer.org/qa/tag/email-confirmed</link>
<description>Powered by Question2Answer</description>
<item>
<title>allow regsiter only from email ends with &quot;LTD&quot;</title>
<link>https://www.question2answer.org/qa/107103/allow-regsiter-only-from-email-ends-with-ltd</link>
<description>

&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;i got i nice way to stop spammers, it's work for me, i allow only domain LTD, i can do that in Python Django, But i don't have any idea about PHP or question2answer.&lt;/p&gt;

&lt;p&gt;How can i do this in question2answer, So the user in the register form well be validate if email LTD allowed, if not user can't register, And need invite from the admin.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;div style=&quot;color: rgb(171, 178, 191); background-color: rgb(40, 44, 52); font-family: &amp;quot;Droid Sans Mono&amp;quot;, &amp;quot;monospace&amp;quot;, monospace; font-weight: normal; font-size: 14px; line-height: 28px; white-space: pre; --darkreader-inline-color: #ded7cc; --darkreader-inline-bgcolor: #262a32;&quot; data-darkreader-inline-color=&quot;&quot; data-darkreader-inline-bgcolor=&quot;&quot;&gt;

&lt;div&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ee90ff; color:#c678dd&quot;&gt;# Python Django framework&lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ee90ff; color:#c678dd&quot;&gt;def&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt; &lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#76d7ff; color:#61afef&quot;&gt;clean_email&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;(&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#fdbe83; color:#d19a66&quot;&gt;self&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;):&lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;email &lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ee90ff; color:#c678dd&quot;&gt;=&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt; &lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ff848f; color:#e06c75&quot;&gt;self&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;.cleaned_data[&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#bbec97; color:#98c379&quot;&gt;'email'&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;].lower()&lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;LTD &lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ee90ff; color:#c678dd&quot;&gt;=&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt; email.split(&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#bbec97; color:#98c379&quot;&gt;'@'&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;)[&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#fdbe83; color:#d19a66&quot;&gt;1&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;].split(&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#bbec97; color:#98c379&quot;&gt;'.'&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;)[&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ee90ff; color:#c678dd&quot;&gt;-&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#fdbe83; color:#d19a66&quot;&gt;1&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;]&lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;domain &lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ee90ff; color:#c678dd&quot;&gt;=&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt; email.split(&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#bbec97; color:#98c379&quot;&gt;'@'&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;)[&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#fdbe83; color:#d19a66&quot;&gt;1&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;]&lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ee90ff; color:#c678dd&quot;&gt;if&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt; LTD &lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ee90ff; color:#c678dd&quot;&gt;!=&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt; &lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#bbec97; color:#98c379&quot;&gt;&quot;uk&quot;&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;:&lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ee90ff; color:#c678dd&quot;&gt;raise&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt; forms.ValidationError(_(&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#bbec97; color:#98c379&quot;&gt;&quot;Only .UK emails are allowed.&quot;&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;))&lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ee90ff; color:#c678dd&quot;&gt;if&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt; User.objects.filter(&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#fdbe83; color:#d19a66&quot;&gt;email__iexact&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ee90ff; color:#c678dd&quot;&gt;=&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;email).exists():&lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ee90ff; color:#c678dd&quot;&gt;raise&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt; forms.ValidationError(&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ee90ff; color:#c678dd&quot;&gt;f&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#bbec97; color:#98c379&quot;&gt;&quot;Email &lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#fdbe83; color:#d19a66&quot;&gt;{&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;email&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#fdbe83; color:#d19a66&quot;&gt;}&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#bbec97; color:#98c379&quot;&gt; Is used.&quot;&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt;) &lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ee90ff; color:#c678dd&quot;&gt;return&lt;/span&gt;&lt;span data-darkreader-inline-color=&quot;&quot; style=&quot;--darkreader-inline-color:#ded7cc; color:#abb2bf&quot;&gt; email&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/107103/allow-regsiter-only-from-email-ends-with-ltd</guid>
<pubDate>Wed, 05 Apr 2023 19:46:16 +0000</pubDate>
</item>
<item>
<title>Still Getting &quot;Spam&quot; Confirmed Registered Users With Captcha Enabled?</title>
<link>https://www.question2answer.org/qa/36986/still-getting-confirmed-registered-users-captcha-enabled</link>
<description>I have reCaptcha enabled on my site as well as the user needing to confirm their email to post. &amp;nbsp;However, I'm still seeing &amp;quot;spam&amp;quot; emails signing up and some of the emails are even confirmed. &amp;nbsp;I checked these &amp;quot;spam&amp;quot; emails and they are all fake so I don't know how they are getting listed as &amp;quot;confirmed&amp;quot; in Q2A.&lt;br /&gt;
&lt;br /&gt;
These &amp;quot;spam&amp;quot; bots still seem to be finding a way to get around the reCaptcha and also marking their accounts as &amp;quot;confirmed&amp;quot; by using a fake/bad email address.&lt;br /&gt;
&lt;br /&gt;
Is anyone else having this issue?&lt;br /&gt;
&lt;br /&gt;
Thank you!</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/36986/still-getting-confirmed-registered-users-captcha-enabled</guid>
<pubDate>Tue, 12 Aug 2014 23:16:11 +0000</pubDate>
</item>
<item>
<title>custom page only for users with verified email address</title>
<link>https://www.question2answer.org/qa/29925/custom-page-only-for-users-with-verified-email-address</link>
<description>Hi, I would like to set up a page to be only avaiable to those users that had confirmed their email address. &lt;br /&gt;
&lt;br /&gt;
Any suggestion how can I go about that? &lt;br /&gt;
&lt;br /&gt;
So far I'm able to filter to only registered users by doing&lt;br /&gt;
&lt;br /&gt;
if (!isset($userid)){&lt;br /&gt;
&lt;br /&gt;
... }&lt;br /&gt;
&lt;br /&gt;
where $userid = qa_get_logged_in_userid();&lt;br /&gt;
&lt;br /&gt;
but I don't know where to check for email confirmation</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/29925/custom-page-only-for-users-with-verified-email-address</guid>
<pubDate>Sat, 14 Dec 2013 00:44:03 +0000</pubDate>
</item>
<item>
<title>Few peoples registered with no Email on my site how ?</title>
<link>https://www.question2answer.org/qa/27752/few-peoples-registered-with-no-email-on-my-site-how</link>
<description>I saw few people registered in my site with no email adress only i can see confirmed in Email section how ?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/27752/few-peoples-registered-with-no-email-on-my-site-how</guid>
<pubDate>Wed, 25 Sep 2013 10:23:48 +0000</pubDate>
</item>
<item>
<title>Voting on questions registered users with email  confirmed setting</title>
<link>https://www.question2answer.org/qa/26725/voting-questions-registered-users-email-confirmed-setting</link>
<description>

&lt;p&gt;
	Hi,&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	We have voting on questions set to -&amp;nbsp; registered users with email&amp;nbsp; confirmed&lt;/p&gt;


&lt;p&gt;
	But someone has just answered a question and on their profile it shows their email address and - &lt;span class=&quot;qa-form-wide-note&quot;&gt;&quot;Not yet confirmed (only shown to admins)&quot;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	Is this a bug or any idea how this could have happened?&lt;/p&gt;


&lt;p&gt;
	Thanks in advance&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/26725/voting-questions-registered-users-email-confirmed-setting</guid>
<pubDate>Sun, 18 Aug 2013 08:49:39 +0000</pubDate>
</item>
</channel>
</rss>