﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Update password / user status outside of forum</title><link>http://www.aspplayground.net/forum/</link><description /><copyright>(c) ASP Playground Support Forum</copyright><ttl>30</ttl><item><title> Update password / user status outside of forum (Samuel)</title><description>  &lt;font size="3"&gt;If you ever need to change a user's password&lt;/font&gt; outside the forum software (for whatever reason), the SQL statement to use is: &lt;br&gt;   &lt;br&gt;  &lt;font color="#0000ff"&gt;Update pgd_members set userpass='&lt;/font&gt;&lt;font color="#0000ff"&gt;&lt;i&gt;desired password in clear text&lt;/i&gt;&lt;/font&gt;&lt;font color="#0000ff"&gt;', ismd5=0 where &lt;b&gt;mem&lt;/b&gt;=&lt;i&gt;member ID&lt;/i&gt;&lt;/font&gt; &lt;br&gt;   &lt;br&gt;  or &lt;br&gt;   &lt;br&gt;  &lt;font color="#0000ff"&gt;Update pgd_members set userpass='&lt;/font&gt;&lt;font color="#0000ff"&gt;&lt;i&gt;desired password in clear text&lt;/i&gt;&lt;/font&gt;&lt;font color="#0000ff"&gt;', ismd5=0 where &lt;/font&gt;&lt;font color="#0000ff"&gt;&lt;b&gt;login&lt;/b&gt;='&lt;/font&gt;&lt;font color="#0000ff"&gt;&lt;i&gt;member name'&lt;/i&gt;&lt;/font&gt; &lt;br&gt;   &lt;br&gt;  The software will automatically hash the password when the user login the first time. &lt;br&gt;   &lt;br&gt;   &lt;br&gt;  &lt;font size="3"&gt;If you aren't sure why a user is unable to login&lt;/font&gt;, run this statement which will make sure that the user is approved: &lt;br&gt;   &lt;br&gt;  &lt;font color="#0033ff"&gt;update pgd_members set regstatus = 0, banned = 0 where &lt;b&gt;mem&lt;/b&gt;=&lt;/font&gt;&lt;font color="#0000ff"&gt;&lt;i&gt;member ID&lt;/i&gt;&lt;/font&gt; &lt;br&gt;  &lt;font color="#0033ff"&gt; &lt;br&gt;  &lt;/font&gt;or&lt;font color="#0033ff"&gt; &lt;br&gt;   &lt;br&gt;  &lt;/font&gt;&lt;font color="#0033ff"&gt;update pgd_members set regstatus = 0, banned = 0 where &lt;/font&gt;&lt;font color="#0000ff"&gt;&lt;b&gt;login&lt;/b&gt;='&lt;/font&gt;&lt;font color="#0000ff"&gt;&lt;i&gt;member name' &lt;br&gt;   &lt;br&gt;  &lt;/i&gt;&lt;/font&gt;If the user is still unable to login after the above statement is run, the problem could be: &lt;br&gt;  &lt;ol&gt;&lt;li&gt;User's IP is banned&lt;li&gt;User's browser setting is not right -&amp;gt; could be a cookie problem on the browser. &lt;br&gt;  &lt;/ol&gt;&lt;font color="#0000ff"&gt;&lt;i&gt;&lt;/i&gt;&lt;/font&gt; </description><link>http://www.aspplayground.net/forum/fb.ashx?m=391584</link><pubDate>Thu, 02 Mar 2006 01:36:00 GMT</pubDate></item></channel></rss>
