<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged verification</title>
<link>https://www.question2answer.org/qa/tag/verification</link>
<description>Powered by Question2Answer</description>
<item>
<title>Can we manually verify user mail accounts or disable mail verification?</title>
<link>https://www.question2answer.org/qa/88826/manually-verify-user-mail-accounts-disable-mail-verification</link>
<description>

&lt;p&gt;I do have a &lt;strong&gt;problem&lt;/strong&gt;: I want to disable users mail verification or (as an admin) at least manually mark a user as verified.&lt;/p&gt;

&lt;p&gt;This may e.g. be needed, if you have not set up mail notifications/the mail server/SMTP settings yet.
&lt;br&gt;An resulting problem e.g. is that users then cannot upload avatars, because this is only possible for verified users. However, if I edit the profile as an admin user, I can only set them to ranks higher than &quot;Verified&quot;, e.g. Editor or Adminsitrator, but not a regular user. The e-mail is always displayed as unverified.&lt;/p&gt;

&lt;p&gt;I would like a button or different way to mark a users mail as verified, e.g. because I use this service internally and know as an admin that the mail is valid.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/88826/manually-verify-user-mail-accounts-disable-mail-verification</guid>
<pubDate>Mon, 02 Nov 2020 17:14:42 +0000</pubDate>
</item>
<item>
<title>Verification Q&amp;A</title>
<link>https://www.question2answer.org/qa/53943/verification-q%26a</link>
<description>

&lt;p&gt;Verification Q&amp;amp;A&amp;nbsp;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=13638914913706850923&quot; style=&quot;height:16px; width:16px&quot;&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Site\qa-theme\cleanstrap\inc\blocks.php&lt;/strong&gt; my code add:&lt;/p&gt;

&lt;p&gt;$row = qa_db_read_all_values(qa_db_query_sub('SELECT user_real FROM ^users WHERE userid=$', $uid));&amp;nbsp;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if(in_array('user_real',$row)) echo 'Yes';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;else echo 'No'; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; if($row['user_real'] == 1){
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;echo &quot;Verify&quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;echo &quot;&amp;lt;br/&amp;gt;No&quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;
&lt;br&gt;PhpMyAdmin-&amp;gt;qa_users-&amp;gt;user_real&amp;nbsp;(int) 11
&lt;br&gt;
&lt;br&gt;&lt;strong&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif; font-size:16px&quot;&gt;Why is the array empty?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/53943/verification-q%26a</guid>
<pubDate>Sat, 01 Oct 2016 08:42:01 +0000</pubDate>
</item>
<item>
<title>How can I verify Mobile number entered by user during registration?</title>
<link>https://www.question2answer.org/qa/53802/how-verify-mobile-number-entered-user-during-registration</link>
<description></description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/53802/how-verify-mobile-number-entered-user-during-registration</guid>
<pubDate>Tue, 20 Sep 2016 03:57:01 +0000</pubDate>
</item>
<item>
<title>Human verification bypass?</title>
<link>https://www.question2answer.org/qa/53547/human-verification-bypass</link>
<description>I have wordpress and q2a integration, when I go to login or register from Q2A I get:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;A username and password are being requested by &lt;a href=&quot;http://news.mysite.com&quot; rel=&quot;nofollow&quot;&gt;http://news.mysite.com&lt;/a&gt;. The site says: &amp;quot;This is human verification, for username type in Administrator for password type in the result of 2+4=&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This normal? &amp;nbsp;On mobile, it doesn't give the info, so my users would be s.o.l. &amp;nbsp;I thought this was just for admin? any help or input would be appreciated.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/53547/human-verification-bypass</guid>
<pubDate>Fri, 26 Aug 2016 16:52:08 +0000</pubDate>
</item>
<item>
<title>Adding image verification to file upload / qa-wysiwyg-upload.php</title>
<link>https://www.question2answer.org/qa/18792/adding-image-verification-to-file-upload-wysiwyg-upload-php</link>
<description>

&lt;p&gt;
	As I found out today, you can rename the extension of &lt;span style=&quot;text-decoration: underline;&quot;&gt;any&lt;/span&gt; file in q2a v1.5.3 and upload it via CKEditor to the server.&lt;/p&gt;


&lt;p&gt;
	The file catching the upload is qa-wysiwyg-upload.php.&lt;/p&gt;


&lt;p&gt;
	In my opinion, the real file content should be checked to verify that we really deal with an image - and nothing else.&lt;/p&gt;


&lt;p&gt;
	To do this, you need to add the following code after line 101 of qa-wysiwyg-upload.php.&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-family:lucida sans unicode,lucida grande,sans-serif;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 255);&quot;&gt;if (empty($message)) {
&lt;br&gt;
	&amp;nbsp; &amp;nbsp; $fileImgCheck = getimagesize($file['tmp_name']);
&lt;br&gt;
	&amp;nbsp; &amp;nbsp; switch ($fileImgCheck['mime']) {
&lt;br&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case &quot;image/gif&quot;:
&lt;br&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case &quot;image/jpeg&quot;:
&lt;br&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case &quot;image/png&quot;:
&lt;br&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; break;
&lt;br&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; default:
&lt;br&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $message=qa_lang_sub('main/image_not_read', 'GIF, JPG, PNG');
&lt;br&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; break;
&lt;br&gt;
	&amp;nbsp; &amp;nbsp; }
&lt;br&gt;
	}&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	cheers, Kai&lt;/p&gt;


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


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


&lt;p&gt;
	PS: line 83 is only English:
&lt;br&gt;
	$message='Maximum upload size is '.number_format($maxsize/1048576, 1).'MB';&lt;/p&gt;


&lt;p&gt;
	Maybe we can add a language string here for v1.5.4?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/18792/adding-image-verification-to-file-upload-wysiwyg-upload-php</guid>
<pubDate>Tue, 30 Oct 2012 16:20:33 +0000</pubDate>
</item>
</channel>
</rss>