<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Admin login + windows authentication</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Admin login + windows authentication]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 18:15:53 +0000</pubDate>
  <lastBuildDate>Mon, 30 Oct 2006 16:28:35 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=21754</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Admin login + windows authentication : I think you are missing my point,...]]></title>
   <link>https://forums.webwiz.net/admin-login-windows-authentication_topic21754_post116404.html#116404</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 21754<br /><strong>Posted:</strong> 30&nbsp;October&nbsp;2006 at 4:28pm<br /><br />I think you are missing my point, when windows authentication is enabled you need to login directly to the admin section as the forum admin as this section is suppurate to the main forum and is not running under windows authentication.]]>
   </description>
   <pubDate>Mon, 30 Oct 2006 16:28:35 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/admin-login-windows-authentication_topic21754_post116404.html#116404</guid>
  </item> 
  <item>
   <title><![CDATA[Admin login + windows authentication : Actually, I tried that first,...]]></title>
   <link>https://forums.webwiz.net/admin-login-windows-authentication_topic21754_post116400.html#116400</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25052">synistyr</a><br /><strong>Subject:</strong> 21754<br /><strong>Posted:</strong> 30&nbsp;October&nbsp;2006 at 3:37pm<br /><br />Actually, I tried that first, but I needed the work-around because it would not let me login as someone (the Administrator) because I am using windows authentication.<DIV>&nbsp;</DIV><DIV>It might be because I had set myself up in the 'admin' group (intGroupId = 1) so it wouldn't let me login as someone else...?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 30 Oct 2006 15:37:23 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/admin-login-windows-authentication_topic21754_post116400.html#116400</guid>
  </item> 
  <item>
   <title><![CDATA[Admin login + windows authentication : The recommend way to do this,...]]></title>
   <link>https://forums.webwiz.net/admin-login-windows-authentication_topic21754_post116376.html#116376</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 21754<br /><strong>Posted:</strong> 30&nbsp;October&nbsp;2006 at 9:26am<br /><br />The recommend way to do this, as this can course other issues, is that you point your browser directly at the admin login page 'admin.asp' and login directly to the admn area.]]>
   </description>
   <pubDate>Mon, 30 Oct 2006 09:26:46 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/admin-login-windows-authentication_topic21754_post116376.html#116376</guid>
  </item> 
  <item>
   <title><![CDATA[Admin login + windows authentication : Found a work-around -  In the...]]></title>
   <link>https://forums.webwiz.net/admin-login-windows-authentication_topic21754_post116284.html#116284</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25052">synistyr</a><br /><strong>Subject:</strong> 21754<br /><strong>Posted:</strong> 27&nbsp;October&nbsp;2006 at 6:19pm<br /><br />Found a work-around - <DIV>In the admin.asp, at line 243, change:</DIV><P>If an admin anyway don't let em re-type in their username<BR>If intGroupID = 1 Then<BR>&nbsp;<BR>&nbsp;Response.Write(strLoggedInUsername &amp; "&lt;input type=""hidden"" name=""name"" id=""name"" value=""" &amp; strLoggedInUsername &amp; """ /&gt;")&nbsp;&nbsp; </P><P>Else text box to write in username as well<BR>Else<BR>&nbsp;&nbsp; &nbsp;Response.Write("&lt;input type=""text"" name=""name"" id=""name"" size=""15"" maxlength=""15"" /&gt;")</P><P>End If </P><DIV>to:</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#00cc00>'If an admin anyway don't let em re-type in their username<BR>'If intGroupID = 1 Then<BR>&nbsp;<BR>'&nbsp;Response.Write(strLoggedInUsername &amp; "&lt;input type=""hidden"" name=""name"" id=""name"" value=""" &amp; strLoggedInUsername &amp; """ /&gt;")&nbsp;&nbsp; </FONT></DIV><DIV><FONT color=#00cc00>'Else text box to write in username as well<BR>'Else<BR></FONT>&nbsp;&nbsp; &nbsp;Response.Write("&lt;input type=""text"" name=""name"" id=""name"" size=""15"" maxlength=""15"" /&gt;")</DIV><DIV><FONT color=#33cc00>'End If </FONT></DIV><DIV><FONT color=#33cc00></FONT>&nbsp;</DIV><DIV>This will let you re-enter the Administrator username and password to login.</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#33cc00></FONT>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by synistyr - 27&nbsp;October&nbsp;2006 at 6:19pm</span>]]>
   </description>
   <pubDate>Fri, 27 Oct 2006 18:19:12 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/admin-login-windows-authentication_topic21754_post116284.html#116284</guid>
  </item> 
  <item>
   <title><![CDATA[Admin login + windows authentication :  I&amp;#039;ve installed Web Wiz...]]></title>
   <link>https://forums.webwiz.net/admin-login-windows-authentication_topic21754_post116283.html#116283</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25052">synistyr</a><br /><strong>Subject:</strong> 21754<br /><strong>Posted:</strong> 27&nbsp;October&nbsp;2006 at 6:11pm<br /><br /><DIV></DIV><DIV>I've installed Web Wiz using Windows Authentication, and user logins seem to be working fine.</DIV><DIV>&nbsp;</DIV><DIV>I'm having a problem logging into the system as an Adminstrator tho.&nbsp; Before I set Windows Authentication, I set myself to the Admin group.&nbsp; But when I turn on Windows Authentication, I can't log into the admin control panel!</DIV><DIV>&nbsp;</DIV><DIV>(It auto-populates with my AD-username, but won't let me use my network password to login)</DIV><DIV>&nbsp;</DIV><DIV>I also can't login as the original Administrator account either since it autopopulates the username for me.</DIV><DIV>&nbsp;</DIV><DIV>Is there anyway to get around/fix this?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 27 Oct 2006 18:11:32 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/admin-login-windows-authentication_topic21754_post116283.html#116283</guid>
  </item> 
 </channel>
</rss>