<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>fba Work Item Rss Feed</title><link>http://www.codeplex.com/fba/WorkItem/List.aspx</link><description>fba Work Item Rss Description</description><item><title>Commented Issue: UsersDisp.aspx Error [6442]</title><link>http://fba.codeplex.com/workitem/6442</link><description>Just installed this tool, clicked on the FBA User Management link and I got the error below&lt;br /&gt;&lt;br /&gt;Object reference not set to an instance of an object.   at CKS.FormsBasedAuthentication.FBAUsersView.ExecuteSelect&amp;#40;DataSourceSelectArguments selectArgs&amp;#41; &lt;br /&gt;   at System.Web.UI.DataSourceView.Select&amp;#40;DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.DataBoundControl.PerformSelect&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.BaseDataBoundControl.DataBind&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.GridView.DataBind&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.EnsureChildControls&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: Rockie ** &lt;p&gt;Same issue&lt;/p&gt;</description><author>Rockie</author><pubDate>Mon, 15 Nov 2010 08:30:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: UsersDisp.aspx Error [6442] 20101115083010A</guid></item><item><title>Commented Issue: adding new user does not work (security question is not included in "add new user form") [2208]</title><link>http://fba.codeplex.com/workitem/2208</link><description>When trying to add new user, it doeqs not work asking for securty question, how to bypass this problem&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: rahimi_n ** &lt;p&gt;but in my case it was disapear and after I set it to &amp;#34;true&amp;#34; , it worked &amp;#33;&lt;/p&gt;</description><author>rahimi_n</author><pubDate>Sat, 09 Oct 2010 14:29:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: adding new user does not work (security question is not included in "add new user form") [2208] 20101009022930P</guid></item><item><title>Created Issue: AspNetSqlProvider  vs AspNetWindowsTokenRoleProvider  conflict [13552]</title><link>http://fba.codeplex.com/workitem/13552</link><description>I have installed the FBA  tool but have a problem with Sharepoint Central Adminstration.  If I set the rolemanager default provider to AspNetSqlProvider in web.config I can view the manage FBA user and FBA roles pages but I clicking the Operations and Application Management tabs displays w windows login dialog which does accept my windows credentials and gives an error page.  If I change the default provider to AspNetWindowsTokenRoleProvider then I can view the Operations and Application Mangament areas but can&amp;#39;t display the FBA roles page &amp;#40; which tells me I need AspNetSqlProvider&amp;#41;.&lt;br /&gt;&lt;br /&gt;Anothe question while I am here&amp;#58; how do I assign permissions to the roles&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks for your help..in anticipation.&lt;br /&gt;</description><author>davidmac</author><pubDate>Wed, 16 Jun 2010 13:38:19 GMT</pubDate><guid isPermaLink="false">Created Issue: AspNetSqlProvider  vs AspNetWindowsTokenRoleProvider  conflict [13552] 20100616013819P</guid></item><item><title>Commented Issue: cannot manage fba users from Windows-secured site [6845]</title><link>http://fba.codeplex.com/WorkItem/View.aspx?WorkItemId=6845</link><description>In my scenario I have an internal application that is windows secured &amp;#40;intranet&amp;#41;.  This application is extended for external access by fba users &amp;#40;Extranet&amp;#41;.&lt;br /&gt;when I am loged on to the  intranet with windows credentials I am able to manage user permisions for fba users but when I use this feature to create and manage fba users it returns the following error&amp;#58;&lt;br /&gt;-- Error message&lt;br /&gt;The configured Role Provider &amp;#40;WindowsTokenRoleProvider&amp;#41; relies upon Windows authentication to determine the groups that the user is allowed to be a member of. ASP.NET Role Manager cannot be used to manage Windows users and groups. Please use the SQLRoleProvider if you would like to support custom user&amp;#47;role assignment. &lt;br /&gt;--&lt;br /&gt;Comments: ** Comment from web user: liyufeng19839 ** &lt;p&gt;I solved this. change the section in your site web.config file as below&amp;#58;&lt;br /&gt;    &amp;#60;roleManager enabled&amp;#61;&amp;#34;true&amp;#34; defaultProvider&amp;#61;&amp;#34;AspNetSqlRoleProvider&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;providers&amp;#62;&lt;br /&gt;        &amp;#60;remove name&amp;#61;&amp;#34;AspNetSqlRoleProvider&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;add connectionStringName&amp;#61;&amp;#34;AspNetSqlProvider&amp;#34; applicationName&amp;#61;&amp;#34;&amp;#47;&amp;#34; description&amp;#61;&amp;#34;Stores and retrieves roles data from the local Microsoft SQL Server database&amp;#34; name&amp;#61;&amp;#34;AspNetSqlRoleProvider&amp;#34; type&amp;#61;&amp;#34;System.Web.Security.SqlRoleProvider, System.Web, Version&amp;#61;2.0.3600.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;providers&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;roleManager&amp;#62;&lt;/p&gt;</description><author>liyufeng19839</author><pubDate>Sat, 20 Mar 2010 07:16:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: cannot manage fba users from Windows-secured site [6845] 20100320071623A</guid></item><item><title>Commented Issue: cannot manage fba users from Windows-secured site [6845]</title><link>http://fba.codeplex.com/WorkItem/View.aspx?WorkItemId=6845</link><description>In my scenario I have an internal application that is windows secured &amp;#40;intranet&amp;#41;.  This application is extended for external access by fba users &amp;#40;Extranet&amp;#41;.&lt;br /&gt;when I am loged on to the  intranet with windows credentials I am able to manage user permisions for fba users but when I use this feature to create and manage fba users it returns the following error&amp;#58;&lt;br /&gt;-- Error message&lt;br /&gt;The configured Role Provider &amp;#40;WindowsTokenRoleProvider&amp;#41; relies upon Windows authentication to determine the groups that the user is allowed to be a member of. ASP.NET Role Manager cannot be used to manage Windows users and groups. Please use the SQLRoleProvider if you would like to support custom user&amp;#47;role assignment. &lt;br /&gt;--&lt;br /&gt;Comments: ** Comment from web user: bartomolina ** &lt;p&gt;Did you find a solution&amp;#63;&lt;/p&gt;</description><author>bartomolina</author><pubDate>Sun, 07 Mar 2010 16:57:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: cannot manage fba users from Windows-secured site [6845] 20100307045717P</guid></item><item><title>Created Issue: The user or group 'aspnetsqlmembershipprovider:nithintest4' is unknown at CKS.FormsBasedAuthentication.MembershipRequest.ApproveMembership</title><link>http://fba.codeplex.com/WorkItem/View.aspx?WorkItemId=10321</link><description>I get the below error when I try to approve a user who has self registered in sharepoint. I am using FBA. Can anyone help.&lt;br /&gt;&lt;br /&gt;The user or group &amp;#39;aspnetsqlmembershipprovider&amp;#58;nithintest4&amp;#39; is unknown at CKS.FormsBasedAuthentication.MembershipRequest.ApproveMembership&lt;br /&gt;</description><author>nrajasekar</author><pubDate>Sat, 18 Jul 2009 03:57:37 GMT</pubDate><guid isPermaLink="false">Created Issue: The user or group 'aspnetsqlmembershipprovider:nithintest4' is unknown at CKS.FormsBasedAuthentication.MembershipRequest.ApproveMembership 20090718035737A</guid></item><item><title>Created Issue: Failure creating new user with "FBA User Management"</title><link>http://www.codeplex.com/fba/WorkItem/View.aspx?WorkItemId=7910</link><description>Creating a FBA User used to work just fine. Recently however, creating a user resulted in the creation of two users&amp;#58; one called &amp;#34;AspNetSqlMembershipProvider&amp;#58;&amp;#60;USERID&amp;#62;&amp;#34; and second one called &amp;#34;&amp;#58;&amp;#60;USERID&amp;#62;&amp;#34;. This is somewhat annoying but at least I could still create users &amp;#40;I just delete the second one and continue working with the first one&amp;#41;. &lt;br /&gt;&lt;br /&gt;But since today, for a reason not known to me, creating a user only generates the faulty user &amp;#34;&amp;#58;&amp;#60;USERID&amp;#62;&amp;#34; an no longer the correct user &amp;#34;AspNetSqlMembershipProvider&amp;#58;&amp;#60;USERID&amp;#62;&amp;#34;. So now I can no longer create new FBA users.&lt;br /&gt;&lt;br /&gt;Many thanks to anyone willing to help me solve this problem&amp;#33;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve attached a screenshot demonstrating the problem...&lt;br /&gt;</description><author>KDV</author><pubDate>Wed, 29 Oct 2008 14:16:40 GMT</pubDate><guid isPermaLink="false">Created Issue: Failure creating new user with "FBA User Management" 20081029021640P</guid></item><item><title>Created Issue: cannot manage fba users from Windows-secured site</title><link>http://www.codeplex.com/fba/WorkItem/View.aspx?WorkItemId=6845</link><description>In my scenario I have an internal application that is windows secured &amp;#40;intranet&amp;#41;.  This application is extended for external access by fba users &amp;#40;Extranet&amp;#41;.&lt;br /&gt;when I am loged on to the  intranet with windows credentials I am able to manage user permisions for fba users but when I use this feature to create and manage fba users it returns the following error&amp;#58;&lt;br /&gt;-- Error message&lt;br /&gt;The configured Role Provider &amp;#40;WindowsTokenRoleProvider&amp;#41; relies upon Windows authentication to determine the groups that the user is allowed to be a member of. ASP.NET Role Manager cannot be used to manage Windows users and groups. Please use the SQLRoleProvider if you would like to support custom user&amp;#47;role assignment. &lt;br /&gt;--&lt;br /&gt;</description><author>vargasfe</author><pubDate>Wed, 09 Jul 2008 22:56:56 GMT</pubDate><guid isPermaLink="false">Created Issue: cannot manage fba users from Windows-secured site 20080709105656P</guid></item><item><title>Commented Issue: UsersDisp.aspx Error</title><link>http://www.codeplex.com/fba/WorkItem/View.aspx?WorkItemId=6442</link><description>Just installed this tool, clicked on the FBA User Management link and I got the error below&lt;br /&gt;&lt;br /&gt;Object reference not set to an instance of an object.   at CKS.FormsBasedAuthentication.FBAUsersView.ExecuteSelect&amp;#40;DataSourceSelectArguments selectArgs&amp;#41; &lt;br /&gt;   at System.Web.UI.DataSourceView.Select&amp;#40;DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.DataBoundControl.PerformSelect&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.BaseDataBoundControl.DataBind&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.GridView.DataBind&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.EnsureChildControls&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: Bill732 ** &lt;p&gt;pculmsee reported the same problem on this post http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;CKS&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;16363 and has more information. Replies suggest checking permissions on database. I&amp;#39;ve tried adding Moss app pool account and the moss set up account. No luck so far.&lt;/p&gt;</description><author>Bill732</author><pubDate>Thu, 03 Jul 2008 13:46:32 GMT</pubDate><guid isPermaLink="false">Commented Issue: UsersDisp.aspx Error 20080703014632P</guid></item><item><title>Created Issue: 403 Forbidden</title><link>http://www.codeplex.com/fba/WorkItem/View.aspx?WorkItemId=6583</link><description>I installed the FBAManagement solution. When i click on New user i get &amp;#34;403 forbidden. &amp;#34; Could any one please help me troubleshoot the problem.&lt;br /&gt;&lt;br /&gt;Thank you,&lt;br /&gt;Raj.&lt;br /&gt;</description><author>rajkalagara</author><pubDate>Tue, 01 Jul 2008 00:42:49 GMT</pubDate><guid isPermaLink="false">Created Issue: 403 Forbidden 20080701124249A</guid></item><item><title>Commented Issue: UsersDisp.aspx Error</title><link>http://www.codeplex.com/fba/WorkItem/View.aspx?WorkItemId=6442</link><description>Just installed this tool, clicked on the FBA User Management link and I got the error below&lt;br /&gt;&lt;br /&gt;Object reference not set to an instance of an object.   at CKS.FormsBasedAuthentication.FBAUsersView.ExecuteSelect&amp;#40;DataSourceSelectArguments selectArgs&amp;#41; &lt;br /&gt;   at System.Web.UI.DataSourceView.Select&amp;#40;DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.DataBoundControl.PerformSelect&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.BaseDataBoundControl.DataBind&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.GridView.DataBind&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.EnsureChildControls&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: Bill732 ** &lt;p&gt;I have run into this as well. I have the the site set up with dual authentication. I set it up pretty much according to Andrew Connell&amp;#39;s instructions &amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.andrewconnell.com&amp;#47;blog&amp;#47;articles&amp;#47;HowToConfigPublishingSiteWithDualAuthProvidersAndAnonAccess.aspx&amp;#41; except that I have the public facing web site &amp;#40;his http&amp;#58;&amp;#47;&amp;#47;internet&amp;#41; in the &amp;#34;default&amp;#34; zone instead of the &amp;#34;internet&amp;#34; zone. I had to do it this way because the site already existed in the &amp;#34;default&amp;#34; zone. I haven&amp;#39;t had any issues with this arrangement, so I don&amp;#39;t think that is the problem.&lt;/p&gt;&lt;p&gt;I deployed the solution to the windows authenticating website because that is where we plan to do the user management. I do have the connection strings, membership provider, role provider, etc. in the web.config files of both the windows authenticating app and forms authenticating app. Both seem to be able to find users in the database.&lt;/p&gt;&lt;p&gt;The FBA Membership Request Management page opens fine. Just the FBA User Management page errors as described by rideon88.&lt;/p&gt;</description><author>Bill732</author><pubDate>Mon, 30 Jun 2008 17:01:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: UsersDisp.aspx Error 20080630050113P</guid></item><item><title>Created Issue: RoleNew.cs</title><link>http://www.codeplex.com/fba/WorkItem/View.aspx?WorkItemId=6484</link><description>I was getting object reference not set to an instance of the object whenever I tried to create a role. Figured the declaration has to be changed to &amp;#34;protected&amp;#34;.&lt;br /&gt;&lt;br /&gt;        protected InputFormTextBox txtRole&amp;#59;&lt;br /&gt;        protected Label lblMessage&amp;#59;&lt;br /&gt;</description><author>NikkamM</author><pubDate>Wed, 25 Jun 2008 22:54:15 GMT</pubDate><guid isPermaLink="false">Created Issue: RoleNew.cs 20080625105415P</guid></item><item><title>Created Issue: UsersDisp.aspx Error</title><link>http://www.codeplex.com/fba/WorkItem/View.aspx?WorkItemId=6442</link><description>Just installed this tool, clicked on the FBA User Management link and I got the error below&lt;br /&gt;&lt;br /&gt;Object reference not set to an instance of an object.   at CKS.FormsBasedAuthentication.FBAUsersView.ExecuteSelect&amp;#40;DataSourceSelectArguments selectArgs&amp;#41; &lt;br /&gt;   at System.Web.UI.DataSourceView.Select&amp;#40;DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.DataBoundControl.PerformSelect&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.BaseDataBoundControl.DataBind&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.GridView.DataBind&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.EnsureChildControls&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;</description><author>rideon88</author><pubDate>Mon, 23 Jun 2008 17:58:06 GMT</pubDate><guid isPermaLink="false">Created Issue: UsersDisp.aspx Error 20080623055806P</guid></item><item><title>COMMENTED ISSUE: Reset password: mssing file UsersAndRoles.aspx</title><link>http://www.codeplex.com/fba/WorkItem/View.aspx?WorkItemId=2822</link><description>When trying to reset the password for a user, an error is thrown. The exception message in the SharePoint log files is&amp;#58; The file &amp;#39;&amp;#47;_layouts&amp;#47;FBA&amp;#47;Management&amp;#47;UsersAndRoles.aspx&amp;#39; does not exist.&lt;br /&gt;And indeed, looking into that directory, no such file is present &amp;#40;there are other files present though, such as&amp;#58; UserDelete.aspx, UserEdit.aspx, UserNew.aspx and UsersDisp.aspx and Roles....aspx&amp;#41;.&lt;br /&gt;Apparently there is some file not installed during the installation process. There were no errors though during the install process. How can I get the missing UsersAndRoles.aspx file&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: stacyDraper ** &lt;p&gt;There is no way to change it in the gui.  it&amp;#39;s not too hard to add though.  I&amp;#39;m just trying to provide base functionality.  Feel free to modify your soource however you choose &amp;#58;&amp;#41;&lt;/p&gt;</description><author>stacyDraper</author><pubDate>Sat, 19 Apr 2008 05:59:10 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Reset password: mssing file UsersAndRoles.aspx 20080419055910A</guid></item><item><title>CLOSED ISSUE: Reset Password Does Nothing</title><link>http://www.codeplex.com/fba/WorkItem/View.aspx?WorkItemId=5549</link><description>When I go to Site Setings-&amp;#62;Manage FBA User-&amp;#62;click on an already-existing user-&amp;#62;Click &amp;#34;Reset Password&amp;#34; button, its just takes me back to the list of users instead of a password-reset page.&lt;br /&gt;Comments: This is by design even though it's probably (most definatly) a bad design.  The object model has a reset method fo the password so I used it.  What it does is send an email to the user some random impossible to manage password.&lt;br /&gt;&lt;br /&gt;I pretty much left that up for anyone else to impliment however they like because there are so many possiblities that would all be driven by any given policy.</description><author>stacyDraper</author><pubDate>Sat, 19 Apr 2008 05:56:18 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Reset Password Does Nothing 20080419055618A</guid></item><item><title>CREATED ISSUE: Security bug</title><link>http://www.codeplex.com/fba/WorkItem/View.aspx?WorkItemId=5551</link><description>Hey FBA team&lt;br /&gt;Really nice feature, thanks a lot, this feature have mated my life really easier.&lt;br /&gt;But there is a security bug in the feature, if your go to _layouts&amp;#47;FBA&amp;#47;Management&amp;#47;UserEdit.aspx, without logging in you are in enable to add users. The UserEdit page shout not be anonymou page&lt;br /&gt;</description><author>AndersDissing</author><pubDate>Sat, 01 Mar 2008 11:39:55 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Security bug 20080301113955A</guid></item><item><title>CREATED ISSUE: Management Links Disappear</title><link>http://www.codeplex.com/fba/WorkItem/View.aspx?WorkItemId=5550</link><description>It seems like the first time I go to Site Settings after logging in, the &amp;#34;Manage FBA Users&amp;#34; and &amp;#34;Manage FBA Roles&amp;#34; links appear fine in the Site Collection Administration column.  But after that, those links disappear.&lt;br /&gt;</description><author>androidboy</author><pubDate>Fri, 29 Feb 2008 21:52:56 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Management Links Disappear 20080229095256P</guid></item><item><title>CREATED ISSUE: Reset Password Does Nothing</title><link>http://www.codeplex.com/fba/WorkItem/View.aspx?WorkItemId=5549</link><description>When I go to Site Setings-&amp;#62;Manage FBA User-&amp;#62;click on an already-existing user-&amp;#62;Click &amp;#34;Reset Password&amp;#34; button, its just takes me back to the list of users instead of a password-reset page.&lt;br /&gt;</description><author>androidboy</author><pubDate>Fri, 29 Feb 2008 21:51:05 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Reset Password Does Nothing 20080229095105P</guid></item><item><title>COMMENTED ISSUE: Edit User</title><link>http://www.codeplex.com/fba/WorkItem/View.aspx?WorkItemId=3197</link><description>Hi, I can create users, add and delete roles with no problem. However, if I try and edit a user I get an &amp;#34;unknow error&amp;#34; message. I checked the event log and got&amp;#58;&lt;br /&gt;&lt;br /&gt;Event Type&amp;#58;&amp;#9;Error&lt;br /&gt;Event Source&amp;#58;&amp;#9;Windows SharePoint Services 3&lt;br /&gt;Event Category&amp;#58;&amp;#9;Web Parts &lt;br /&gt;Event ID&amp;#58;&amp;#9;6631&lt;br /&gt;Date&amp;#58;&amp;#9;&amp;#9;28&amp;#47;08&amp;#47;2007&lt;br /&gt;Time&amp;#58;&amp;#9;&amp;#9;12&amp;#58;53&amp;#58;41&lt;br /&gt;User&amp;#58;&amp;#9;&amp;#9;N&amp;#47;A&lt;br /&gt;Description&amp;#58;&lt;br /&gt;Error&amp;#58; RuntimeFilter&amp;#58; Failed to load all runtime filter configurations or the runtime filter component. Exception has been thrown by the target of an invocation.&lt;br /&gt;&lt;br /&gt;For more information, see Help and Support Center at http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;events.asp.&lt;br /&gt;&lt;br /&gt;Do you have any ideas&amp;#63;  &lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br/&gt;Comments: ** Comment from web user: mssrrufus ** &lt;p&gt;Found the same problem and also resolved by commenting out the user.Email line.&lt;/p&gt;</description><author>mssrrufus</author><pubDate>Thu, 04 Oct 2007 20:38:18 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Edit User 20071004083818P</guid></item><item><title>COMMENTED ISSUE: Reset password: mssing file UsersAndRoles.aspx</title><link>http://www.codeplex.com/fba/WorkItem/View.aspx?WorkItemId=2822</link><description>When trying to reset the password for a user, an error is thrown. The exception message in the SharePoint log files is&amp;#58; The file &amp;#39;&amp;#47;_layouts&amp;#47;FBA&amp;#47;Management&amp;#47;UsersAndRoles.aspx&amp;#39; does not exist.&lt;br /&gt;And indeed, looking into that directory, no such file is present &amp;#40;there are other files present though, such as&amp;#58; UserDelete.aspx, UserEdit.aspx, UserNew.aspx and UsersDisp.aspx and Roles....aspx&amp;#41;.&lt;br /&gt;Apparently there is some file not installed during the installation process. There were no errors though during the install process. How can I get the missing UsersAndRoles.aspx file&amp;#63;&lt;br/&gt;Comments: ** Comment from web user: foundit ** &lt;p&gt;Just to elaborate on the last comment - we want to be able to change the password to something else as an administrator instead of the user getting an email with a random password.&lt;/p&gt;</description><author>foundit</author><pubDate>Thu, 27 Sep 2007 04:04:58 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Reset password: mssing file UsersAndRoles.aspx 20070927040458A</guid></item></channel></rss>