﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>InstantASP Community Forums / InstantForum.NET 4.x / Community Support  / Client accidently changed permissions on admin account / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>InstantASP Community Forums</description><link>http://community.instantasp.co.uk/</link><webMaster>sales@instantasp.co.uk</webMaster><lastBuildDate>Fri, 21 Nov 2008 21:29:59 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Client accidently changed permissions on admin account</title><link>http://community.instantasp.co.uk/Topic12707-77-1.aspx</link><description>Thanks Carlos, that got me part way there.  &lt;br&gt;&lt;br&gt;The rest of the way was to insert a record back into the InstantASP_UserRoles table to re-associate User 1 to Role 5 so the Admin CP link would show up in the top menu again.&lt;br&gt;&lt;br&gt;INSERT INTO InstantASP_UsersRoles UserID, RoleID VALUES (1, 5)&lt;br&gt;&lt;br&gt;</description><pubDate>Thu, 03 May 2007 14:19:44 GMT</pubDate><dc:creator>CrashDummy</dc:creator></item><item><title>RE: Client accidently changed permissions on admin account</title><link>http://community.instantasp.co.uk/Topic12707-77-1.aspx</link><description>[quote][b]CrashDummy (5/3/2007)[/b][hr]The admin account now has been changed from the default permission set to "moderator" leaving no admin-enabled accounts. Is there any way to create a new admin account or re-enable admin permisions for the admin account?&lt;BR&gt;&lt;BR&gt;Pardon me if this has been asked &amp;amp; answered before, but I couldn't find anything on point using the search tool.&lt;BR&gt;&lt;BR&gt;-- Mark[/quote]&lt;/P&gt;&lt;P&gt;Dear Mark,&lt;/P&gt;&lt;P&gt;if this one is the unique admin account, you will have to do it via SQL SERVER running the sql command bellow:&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;update&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; InstantASP_Users &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;set&lt;/FONT&gt; &lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;primaryroleid&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt; 5 &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;where&lt;/FONT&gt;  userid &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;  1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt; It should fix your problem.&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Thu, 03 May 2007 14:10:16 GMT</pubDate><dc:creator>Carlos Muniz</dc:creator></item><item><title>Client accidently changed permissions on admin account</title><link>http://community.instantasp.co.uk/Topic12707-77-1.aspx</link><description>The admin account now has been changed from the default permission set to "moderator" leaving no admin-enabled accounts.  Is there any way to create a new admin account or re-enable admin permisions for the admin account?&lt;br&gt;&lt;br&gt;Pardon me if this has been asked &amp; answered before, but I couldn't find anything on point using the search tool.&lt;br&gt;&lt;br&gt;--  Mark</description><pubDate>Thu, 03 May 2007 07:06:47 GMT</pubDate><dc:creator>CrashDummy</dc:creator></item></channel></rss>