<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged account</title>
<link>https://www.question2answer.org/qa/tag/account</link>
<description>Powered by Question2Answer</description>
<item>
<title>User can create account only with Gmail.</title>
<link>https://www.question2answer.org/qa/114489/user-can-create-account-only-with-gmail</link>
<description>I want a plugin that can create account using Gmail only. There will be no account through any other mail.</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/114489/user-can-create-account-only-with-gmail</guid>
<pubDate>Tue, 13 Aug 2024 16:33:42 +0000</pubDate>
</item>
<item>
<title>Automatic fake accounts are being created on the site every day. Is there a way around this problem?</title>
<link>https://www.question2answer.org/qa/113384/automatic-accounts-being-created-every-there-around-problem</link>
<description>Every day for some time many bot accounts are created. What is causing this?What is the way to avoid it?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/113384/automatic-accounts-being-created-every-there-around-problem</guid>
<pubDate>Tue, 30 Apr 2024 13:08:51 +0000</pubDate>
</item>
<item>
<title>Question2Answer Accounts to use with other CMS</title>
<link>https://www.question2answer.org/qa/52209/question2answer-accounts-to-use-with-other-cms</link>
<description>I am not tested external user yet, but I don't really understand how external user will work with other DB user especially is password and how can be Question2Answer accounts can be migrate to other CMS?&lt;br /&gt;
&lt;br /&gt;
In this case, for example I installed a wordpress blog and trying to copy user from question2answer DB user to Wordpress DB user but they are using different password hasing and different password encryption algorithm so it's can't be work.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/52209/question2answer-accounts-to-use-with-other-cms</guid>
<pubDate>Sat, 18 Jun 2016 23:14:12 +0000</pubDate>
</item>
<item>
<title>More CSS classes for account page</title>
<link>https://www.question2answer.org/qa/50312/more-css-classes-for-account-page</link>
<description>I would like to target better some TR lines of the account page. I tried nth-child(x) which works - but the problem is, after saving the &amp;quot;profile saved&amp;quot; message is inserted on top in an extra TR line and so all the nth-child(x) assignments do not work anymore.&lt;br /&gt;
&lt;br /&gt;
Different CSS classes for each TR would be helpful.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/50312/more-css-classes-for-account-page</guid>
<pubDate>Thu, 11 Feb 2016 01:57:41 +0000</pubDate>
</item>
<item>
<title>Update Plugin: Delete My Account (V1.1.1)</title>
<link>https://www.question2answer.org/qa/43479/update-plugin-delete-my-account-v1-1-1</link>
<description>

&lt;p&gt;&lt;span style=&quot;font-size:20px&quot;&gt;Feature&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Add &quot;Delete my account&quot; button in account page.&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-size:20px&quot;&gt;View&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=16686734050521450183&quot; style=&quot;height:655px; width:600px&quot;&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-size:20px&quot;&gt;Compatibility&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Q2A V1.6, V1.7&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-size:20px&quot;&gt;Development history&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;span style=&quot;color:#FF8C00&quot;&gt;&lt;strong&gt;2015/02/20&amp;nbsp;[V1.1.1]:&amp;nbsp;Add Japanese language&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;

&lt;li&gt;2015/02/03 [V1.1]:&amp;nbsp;Add Terms &amp;amp; Condition checkbox in case of V1.7 later&lt;/li&gt;

&lt;li&gt;2015/02/02 [V1.0]: First release&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;&lt;span style=&quot;font-size:20px&quot;&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://cmsbox.jp/archive/download.php?t=d&amp;amp;i=66&quot;&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;My addons are&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/user/sama55&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Have fun!&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/43479/update-plugin-delete-my-account-v1-1-1</guid>
<pubDate>Mon, 02 Feb 2015 00:14:26 +0000</pubDate>
</item>
<item>
<title>Tips: Query for searching multiple account of general users</title>
<link>https://www.question2answer.org/qa/35993/tips-query-for-searching-multiple-account-of-general-users</link>
<description>

&lt;blockquote&gt;
	

&lt;div&gt;
		SELECT createip, writeip, created, handle FROM qa_users WHERE createip IN (SELECT createip FROM qa_users WHERE level &amp;lt; 20 GROUP BY createip HAVING count(*) &amp;gt; 1) OR writeip IN (SELECT writeip FROM qa_users WHERE level &amp;lt; 20 GROUP BY writeip HAVING count(*) &amp;gt; 1) AND level &amp;lt; 20 ORDER BY createip ASC, writeip ASC, created ASC, handle ASC;&lt;/div&gt;
&lt;/blockquote&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/35993/tips-query-for-searching-multiple-account-of-general-users</guid>
<pubDate>Wed, 16 Jul 2014 19:59:57 +0000</pubDate>
</item>
<item>
<title>Can we have an option to send reminder emails to long non active members?</title>
<link>https://www.question2answer.org/qa/34033/can-have-option-send-reminder-emails-long-non-active-members</link>
<description>Can there be an option to set the time period for every member, that in that given time period he/she has to contribute to the community somehow otherwise there account will be removed. And they should also be sent some reminder emails that they have not been active to the community for quite a long time. And if they don't visit the community soon then their account can be suspended. But all their previous indulgement with the community can be left with the community only.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/34033/can-have-option-send-reminder-emails-long-non-active-members</guid>
<pubDate>Sun, 27 Apr 2014 08:31:46 +0000</pubDate>
</item>
<item>
<title>How to remove &quot;My Updates&quot; (when user log in)</title>
<link>https://www.question2answer.org/qa/30400/how-to-remove-my-updates-when-user-log-in</link>
<description>

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


&lt;p&gt;
	Could you help me : &lt;strong&gt;How to remove &quot;My Updates&quot; , when user log in ?&lt;/strong&gt; from the bar on top.&lt;/p&gt;


&lt;p&gt;
	Thanks !&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/30400/how-to-remove-my-updates-when-user-log-in</guid>
<pubDate>Mon, 06 Jan 2014 17:01:59 +0000</pubDate>
</item>
<item>
<title>How can I remove the cheat?</title>
<link>https://www.question2answer.org/qa/25553/how-can-i-remove-the-cheat</link>
<description>

&lt;div&gt;
	How can I remove the cheat. some user sit on the site was registered 3-4 account. Can you do one on one sessions ip address. Сlose if there is a parallel session.&lt;/div&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/25553/how-can-i-remove-the-cheat</guid>
<pubDate>Sun, 14 Jul 2013 06:25:32 +0000</pubDate>
</item>
<item>
<title>What happens to the votes when a user is deleted?</title>
<link>https://www.question2answer.org/qa/23447/what-happens-to-the-votes-when-a-user-is-deleted</link>
<description>Do the points awarded to people he voted remains with them?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/23447/what-happens-to-the-votes-when-a-user-is-deleted</guid>
<pubDate>Thu, 25 Apr 2013 12:53:39 +0000</pubDate>
</item>
<item>
<title>My q2a user automatically deleted his account</title>
<link>https://www.question2answer.org/qa/21278/my-q2a-user-automatically-deleted-his-account</link>
<description>Sir, i want to ask you a question that i have my q2a site with the latest updated one of november 2012 but one of my user automatically delete his account from my site even i cant delete user, i can only block than how can he does. Is this a bug or security issue please help me soon.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/21278/my-q2a-user-automatically-deleted-his-account</guid>
<pubDate>Fri, 08 Feb 2013 14:34:05 +0000</pubDate>
</item>
<item>
<title>Strange behavior when login with Facebook plugin</title>
<link>https://www.question2answer.org/qa/19633/strange-behavior-when-login-with-facebook-plugin</link>
<description>

&lt;p&gt;
	This one is killing me :&lt;/p&gt;


&lt;p&gt;
	When users register on the site they can change their account details (./account)
&lt;br&gt;
	When users log in using facebook simple login plugin an account is created for them if its the first time login.
&lt;br&gt;
	I enter a password for this user so i can login to q2a without fb login.
&lt;br&gt;
	Now when i want to change ANY data related to this user i cannot do it,as $_POST is empty after clicking on update button. No $_POST['dosaveprofile' ]&amp;nbsp; is sent back , so the update process aint taking placing.&lt;/p&gt;


&lt;p&gt;
	I think it may be something with redirecting or url rewriting, but don't know what to test because this same page works fine when editing a non facebook user.&lt;/p&gt;


&lt;p&gt;
	I use the 1st url structure&lt;span style=&quot;font-size:10px;&quot;&gt; &lt;span style=&quot;font-size:12px;&quot;&gt;( &lt;/span&gt;&lt;/span&gt;&lt;small&gt;&lt;span style=&quot;font-size:12px;&quot;&gt;/123/why-do-birds-sing) , that's using .htacces.&lt;/span&gt;&lt;/small&gt;
&lt;br&gt;
	&lt;small&gt;&lt;span style=&quot;font-size:12px;&quot;&gt;I tried the other options too but no luck.
&lt;br&gt;
	
&lt;br&gt;
	Anyone any idea ?&lt;/span&gt;&lt;/small&gt;
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/19633/strange-behavior-when-login-with-facebook-plugin</guid>
<pubDate>Mon, 03 Dec 2012 14:21:27 +0000</pubDate>
</item>
<item>
<title>How can a standard account be associated with Facebook?</title>
<link>https://www.question2answer.org/qa/18887/how-can-a-standard-account-be-associated-with-facebook</link>
<description>There are currently two ways to create an account: 1. standard form signup and 2. logging in with facebook. When the first is done, how can it be associated with a Facebook account, making it possible to login with either method to access the same user data?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/18887/how-can-a-standard-account-be-associated-with-facebook</guid>
<pubDate>Sat, 03 Nov 2012 16:46:42 +0000</pubDate>
</item>
<item>
<title>Why Super Administrator doesnt have right to edit all profile fields ?</title>
<link>https://www.question2answer.org/qa/7866/super-administrator-doesnt-have-right-edit-profile-fields</link>
<description>

&lt;p&gt;
	Why Super Administrator doesnt have right to edit &lt;strong&gt;all&lt;/strong&gt; profile fields like avatar and password ?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/7866/super-administrator-doesnt-have-right-edit-profile-fields</guid>
<pubDate>Fri, 29 Jul 2011 13:19:13 +0000</pubDate>
</item>
<item>
<title>How to auto create account from exsiting account list?</title>
<link>https://www.question2answer.org/qa/4887/how-to-auto-create-account-from-exsiting-account-list</link>
<description>I'm now grabbing data for my q2a site. I have already followed &amp;quot;how to auto post...&amp;quot; to import my existing q&amp;amp;a into q2a database. It's well done. Thanks for pretty good instruction in q2a site.&lt;br /&gt;
&lt;br /&gt;
Well, now I just want to auto create q2a account from my existing user account list. For example, I have a list of users with mail, I want to create a PHP script to create account for each and notify them via email. How can I do this?&lt;br /&gt;
&lt;br /&gt;
Thanks for any help.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/4887/how-to-auto-create-account-from-exsiting-account-list</guid>
<pubDate>Sun, 27 Feb 2011 20:43:53 +0000</pubDate>
</item>
</channel>
</rss>