<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: How to reset the administrator password in ISPConfig 3</title> <atom:link href="http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-reset-the-administrator-password-in-ispconfig-3/feed/" rel="self" type="application/rss+xml" /><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-reset-the-administrator-password-in-ispconfig-3/</link> <description>Just another WordPress weblog</description> <lastBuildDate>Tue, 07 Feb 2012 10:19:30 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Till</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-reset-the-administrator-password-in-ispconfig-3/comment-page-1/#comment-634</link> <dc:creator>Till</dc:creator> <pubDate>Thu, 03 Nov 2011 13:41:47 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=281#comment-634</guid> <description>No, its really passwort with &#039;t&#039; :) The field name is in German language (by the way, ist the only field name in german languge in ISPConfig) and in german its &quot;passwort&quot;. Just as a sidenote, password is a command in mysql syntax, so if you ever want to use password as field name in a mysql database, then you have to enclose it in backticks.</description> <content:encoded><![CDATA[<p>No, its really passwort with &#8216;t&#8217; <img
src='http://www.faqforge.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> The field name is in German language (by the way, ist the only field name in german languge in ISPConfig) and in german its &#8220;passwort&#8221;. Just as a sidenote, password is a command in mysql syntax, so if you ever want to use password as field name in a mysql database, then you have to enclose it in backticks.</p> ]]></content:encoded> </item> <item><title>By: Nasro</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-reset-the-administrator-password-in-ispconfig-3/comment-page-1/#comment-633</link> <dc:creator>Nasro</dc:creator> <pubDate>Thu, 03 Nov 2011 13:30:16 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=281#comment-633</guid> <description>Hi all,Paul, you are trying a bad synthax to change password !The good synthax is :UPDATE sys_user SET password = md5(&#039;admin&#039;) WHERE username = &#039;admin&#039;;password and NOT passwort.</description> <content:encoded><![CDATA[<p>Hi all,</p><p>Paul, you are trying a bad synthax to change password !</p><p>The good synthax is :</p><p>UPDATE sys_user SET password = md5(&#8216;admin&#8217;) WHERE username = &#8216;admin&#8217;;</p><p>password and NOT passwort.</p> ]]></content:encoded> </item> <item><title>By: Till</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-reset-the-administrator-password-in-ispconfig-3/comment-page-1/#comment-627</link> <dc:creator>Till</dc:creator> <pubDate>Thu, 27 Oct 2011 13:22:09 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=281#comment-627</guid> <description>Then your problem is not a wrong admin password, most likely ispconfig can not connect to its mysql database anymore. Please post in our forum to get support for ISPConfig:
http://www.howtoforge.com/forums/ on this issue.</description> <content:encoded><![CDATA[<p>Then your problem is not a wrong admin password, most likely ispconfig can not connect to its mysql database anymore. Please post in our forum to get support for ISPConfig:<br
/> <a
href="http://www.howtoforge.com/forums/" rel="nofollow">http://www.howtoforge.com/forums/</a> on this issue.</p> ]]></content:encoded> </item> <item><title>By: paul</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-reset-the-administrator-password-in-ispconfig-3/comment-page-1/#comment-626</link> <dc:creator>paul</dc:creator> <pubDate>Thu, 27 Oct 2011 13:19:05 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=281#comment-626</guid> <description>Hi, thanks 4 the fast reply ;)but it&#039;s still not working to me,...UPDATE `dbispconfig`.`sys_user` SET `passwort` = MD5( &#039;admin&#039; ) WHERE `sys_user`.`userid` =1;and after try to login it refresh the main login screen,... :Slogs only say:[Thu Oct 27 14:29:25 2011] [error] [client n.n.n.n] PHP Notice:  Undefined index: login in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: https://n.n.n.n/index.phpcat /var/log/ispconfig/ispconfig.log &lt;--- it&#039;s empty,..ispconfig does not save logs,...
somewhere to enable it?it&#039;s a fresh installation with 3 sites created nothing special,.....
any idea?Paul</description> <content:encoded><![CDATA[<p>Hi, thanks 4 the fast reply <img
src='http://www.faqforge.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>but it&#8217;s still not working to me,&#8230;</p><p>UPDATE `dbispconfig`.`sys_user` SET `passwort` = MD5( &#8216;admin&#8217; ) WHERE `sys_user`.`userid` =1;</p><p>and after try to login it refresh the main login screen,&#8230; :S</p><p>logs only say:</p><p>[Thu Oct 27 14:29:25 2011] [error] [client n.n.n.n] PHP Notice:  Undefined index: login in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: <a
href="https://n.n.n.n/index.php" rel="nofollow">https://n.n.n.n/index.php</a></p><p>cat /var/log/ispconfig/ispconfig.log &lt;&#8212; it&#039;s empty,..ispconfig does not save logs,&#8230;<br
/> somewhere to enable it?</p><p>it&#039;s a fresh installation with 3 sites created nothing special,&#8230;..<br
/> any idea?</p><p>Paul</p> ]]></content:encoded> </item> <item><title>By: Till</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-reset-the-administrator-password-in-ispconfig-3/comment-page-1/#comment-625</link> <dc:creator>Till</dc:creator> <pubDate>Thu, 27 Oct 2011 12:26:16 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=281#comment-625</guid> <description>Resetting the password as described above works fine as ispconfig has a md5 fallback mode. But you can not crack the password like you tried it as the passwords saved by ispconfig are encrypted with crypt-md5 plus salt, which is the standard of most Linux distributions.</description> <content:encoded><![CDATA[<p>Resetting the password as described above works fine as ispconfig has a md5 fallback mode. But you can not crack the password like you tried it as the passwords saved by ispconfig are encrypted with crypt-md5 plus salt, which is the standard of most Linux distributions.</p> ]]></content:encoded> </item> <item><title>By: paul</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-reset-the-administrator-password-in-ispconfig-3/comment-page-1/#comment-624</link> <dc:creator>paul</dc:creator> <pubDate>Thu, 27 Oct 2011 11:59:52 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=281#comment-624</guid> <description>this is not working for me , I&#039;ve tried to reset db passd from passwort field on sys_users table but passwds are not an MD5!!$1$.............. -&gt; no MD5...I&#039;ve tried t crack it with john,..&amp; no success...( curiously John detects it as a MD5 Hassh FreeBSD ,.. )I&#039;ve trtied tu update panel admin passwd copying &amp; pasting a known passwd in another ispconfig panel and it&#039;s not working sombody can help me plz?txz in advance.Paul</description> <content:encoded><![CDATA[<p>this is not working for me , I&#8217;ve tried to reset db passd from passwort field on sys_users table but passwds are not an MD5!!</p><p>$1$&#8230;&#8230;&#8230;&#8230;.. -&gt; no MD5&#8230;</p><p>I&#8217;ve tried t crack it with john,..&amp; no success&#8230;( curiously John detects it as a MD5 Hassh FreeBSD ,.. )</p><p>I&#8217;ve trtied tu update panel admin passwd copying &amp; pasting a known passwd in another ispconfig panel and it&#8217;s not working sombody can help me plz?</p><p>txz in advance.</p><p>Paul</p> ]]></content:encoded> </item> <item><title>By: QXZASX</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-reset-the-administrator-password-in-ispconfig-3/comment-page-1/#comment-460</link> <dc:creator>QXZASX</dc:creator> <pubDate>Fri, 21 Jan 2011 20:06:34 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=281#comment-460</guid> <description>Thanks. Worked like a charm.</description> <content:encoded><![CDATA[<p>Thanks. Worked like a charm.</p> ]]></content:encoded> </item> <item><title>By: Till</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-reset-the-administrator-password-in-ispconfig-3/comment-page-1/#comment-127</link> <dc:creator>Till</dc:creator> <pubDate>Tue, 23 Feb 2010 07:54:35 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=281#comment-127</guid> <description>This is a SQL command. You have to execute it on the mysql commandline or in phpmyadmin and not in bash.</description> <content:encoded><![CDATA[<p>This is a SQL command. You have to execute it on the mysql commandline or in phpmyadmin and not in bash.</p> ]]></content:encoded> </item> <item><title>By: serge023</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-reset-the-administrator-password-in-ispconfig-3/comment-page-1/#comment-126</link> <dc:creator>serge023</dc:creator> <pubDate>Tue, 23 Feb 2010 00:47:18 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=281#comment-126</guid> <description>i try &#039; &quot; ` and get this santex  UPDATE sys_user SET passwort = md5(&#039;admin&#039;) WHERE username = &#039;admin&#039;;
bash: syntax error near unexpected token `(&#039;</description> <content:encoded><![CDATA[<p>i try &#8216; &#8221; ` and get this santex  UPDATE sys_user SET passwort = md5(&#8216;admin&#8217;) WHERE username = &#8216;admin&#8217;;<br
/> bash: syntax error near unexpected token `(&#8216;</p> ]]></content:encoded> </item> <item><title>By: serge023</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-reset-the-administrator-password-in-ispconfig-3/comment-page-1/#comment-125</link> <dc:creator>serge023</dc:creator> <pubDate>Tue, 23 Feb 2010 00:34:55 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=281#comment-125</guid> <description>mysql&gt; UPDATE sys_user SET password = md5(.admin.) WHERE username = .admin.;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;) WHERE username = .admin.&#039; at line 1
mysql&gt;i seem to be getting the same error but after fixing the typoi appreciate any helpregards
serge023</description> <content:encoded><![CDATA[<p>mysql&gt; UPDATE sys_user SET password = md5(.admin.) WHERE username = .admin.;<br
/> ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;) WHERE username = .admin.&#8217; at line 1<br
/> mysql&gt;</p><p>i seem to be getting the same error but after fixing the typo</p><p>i appreciate any help</p><p>regards<br
/> serge023</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 5/23 queries in 0.051 seconds using disk: basic
Object Caching 440/456 objects using disk: basic

Served from: www.faqforge.com @ 2012-02-08 05:43:42 -->
