<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ASP.Net MVC Membership Starter Kit</title><link>http://mvcmembership.codeplex.com/project/feeds/rss</link><description>The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users &amp;#38; roles.</description><item><title>Closed Issue: Accessing LastActivityDate throws exception when using ActiveDirectoryMembershipProvider. [4054]</title><link>http://mvcmembership.codeplex.com/workitem/4054</link><description>&amp;#60;p&amp;#62;Any attempt to read or write to&amp;#47;from the LastActivityDate property will throw a NotSupportedException...&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;system.web.security.activedirectorymembershipuser&amp;#37;28VS.85&amp;#37;29.aspx&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#40;As reported by robnardo&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.squaredroot.com&amp;#47;2009&amp;#47;08&amp;#47;07&amp;#47;mvcmembership-release-1-0&amp;#47;&amp;#35;comment-382&amp;#41;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: &lt;p&gt;closing this ticket as I&amp;#39;m no longer using CodePlex&lt;/p&gt;</description><author>TroyGoode</author><pubDate>Fri, 02 Nov 2012 13:20:47 GMT</pubDate><guid isPermaLink="false">Closed Issue: Accessing LastActivityDate throws exception when using ActiveDirectoryMembershipProvider. [4054] 20121102012047P</guid></item><item><title>Closed Issue: what the hell is the administrator password !? [8588]</title><link>http://mvcmembership.codeplex.com/workitem/8588</link><description>&amp;#60;p&amp;#62;the password is undocumentet &amp;#40;oer VERY well hidden&amp;#41;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;it&amp;#38;&amp;#35;39&amp;#59;s kind of needed to login &amp;#33;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: &lt;p&gt;closing this ticket as I&amp;#39;m no longer using CodePlex&lt;/p&gt;</description><author>TroyGoode</author><pubDate>Fri, 02 Nov 2012 13:19:05 GMT</pubDate><guid isPermaLink="false">Closed Issue: what the hell is the administrator password !? [8588] 20121102011905P</guid></item><item><title>Closed Feature: Toggle force profile population with OpenID authentication [627]</title><link>http://mvcmembership.codeplex.com/workitem/627</link><description>&amp;#60;p&amp;#62;I&amp;#38;&amp;#35;39&amp;#59;ll refer to myself from this work item http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;MvcMembership&amp;#47;WorkItem&amp;#47;View.aspx&amp;#63;WorkItemId&amp;#61;544&amp;#58;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;---&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;I&amp;#38;&amp;#35;39&amp;#59;ve integrated OpenID with my current project according to similar system as Peter&amp;#38;&amp;#35;39&amp;#59;s&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.eggheadcafe.com&amp;#47;tutorials&amp;#47;aspnet&amp;#47;4b3c7c9b-fe80-4e6e-a34e-0e9efed5c575&amp;#47;integrate-openid-authenti.aspx although I&amp;#38;&amp;#35;39&amp;#59;m not using the Altairis Simple providers or Peter&amp;#38;&amp;#35;39&amp;#59;s derivatives. As in Peter&amp;#38;&amp;#35;39&amp;#59;s example, I have a system that once a user logs in with his&amp;#47;her OpenID the user is a&amp;#41; redirected to fill out his profile &amp;#40;new user&amp;#41; or b&amp;#41; redirected to requested &amp;#47; current page. I register users using the default Membership &amp;#38;amp&amp;#59; Role providers with OpenID as the user&amp;#38;&amp;#35;39&amp;#59;s username. I don&amp;#38;&amp;#35;39&amp;#59;t show the OpenID in public, instead when user fill outs profile &amp;#40;mandatory&amp;#41; he&amp;#47;she can choose a public nickname. The profile fill out process takes into account if the user has filled out information on his OpenID profile. For example, let&amp;#38;&amp;#35;39&amp;#59;s say the user has filled out his nickname, birthdate and country on his OpenID account and is willing to share them. I request them as optional info and fill the profile fields automagically on my site using the users OpenID information. Smoother user experience. &amp;#58;-&amp;#41;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Troy, you mentioned here http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;MvcMembership&amp;#47;WorkItem&amp;#47;View.aspx&amp;#63;WorkItemId&amp;#61;503 the default profile provider as being pretty bad and I fully agree &amp;#40;storing profile stuff in a blob, brrrr&amp;#41;. I&amp;#38;&amp;#35;39&amp;#59;m using the default Membership and Role providers as well as the SQL table profile provider http&amp;#58;&amp;#47;&amp;#47;weblogs.asp.net&amp;#47;scottgu&amp;#47;archive&amp;#47;2006&amp;#47;01&amp;#47;10&amp;#47;435038.aspx. The latter works well as a replacement for the default provider.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;---&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Troy&amp;#38;&amp;#35;39&amp;#59;s questions and my thoughts &amp;#40;not answers&amp;#33; I hope others chime in too&amp;#41;&amp;#58;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;1&amp;#41; What if the user gets to the profile population screen and navigates away&amp;#63; Would the user then see the profile population screen for every request until they&amp;#38;&amp;#35;39&amp;#59;ve filled it out&amp;#63;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;This is what I have implemented on my current project &amp;#40;&amp;#38;quot&amp;#59;Please fill out your profile or logout to continue.&amp;#38;quot&amp;#59; along those lines&amp;#41; although the question written to words got me thinking whether this approach is too enforcing. Users usually don&amp;#38;&amp;#35;39&amp;#59;t like to be forced &amp;#40;I don&amp;#38;&amp;#35;39&amp;#59;t &amp;#58;-&amp;#41;&amp;#41; but sometimes they need to be nudged forward. A good point to ponder upon.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;2&amp;#41; Would the user&amp;#38;&amp;#35;39&amp;#59;s account be registered with the system prior to successfully submitting the form&amp;#63;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;In my implementation I don&amp;#38;&amp;#35;39&amp;#59;t register authenticated OpenID users with ASP.NET Membership &amp;#40;&amp;#38;amp&amp;#59; Role&amp;#41; systems if they don&amp;#38;&amp;#35;39&amp;#59;t fill out the profile. Again, this is just how I initially decided to handle it. Kind of like I don&amp;#38;&amp;#35;39&amp;#59;t want stragglers around &amp;#40;just to say that I have so and so many registered users&amp;#41; but full commitment from users. &amp;#58;-&amp;#41;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: &lt;p&gt;closing this ticket as I&amp;#39;m no longer using CodePlex&lt;/p&gt;</description><author>TroyGoode</author><pubDate>Fri, 02 Nov 2012 13:17:01 GMT</pubDate><guid isPermaLink="false">Closed Feature: Toggle force profile population with OpenID authentication [627] 20121102011701P</guid></item><item><title>Source code checked in, #80132</title><link>http://mvcmembership.codeplex.com/SourceControl/changeset/changes/80132</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:49:39 GMT</pubDate><guid isPermaLink="false">Source code checked in, #80132 20121001094939P</guid></item><item><title>Source code checked in, #80131</title><link>http://mvcmembership.codeplex.com/SourceControl/changeset/changes/80131</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:43:10 GMT</pubDate><guid isPermaLink="false">Source code checked in, #80131 20121001094310P</guid></item><item><title>Created Issue: what the hell is the administrator password !? [8588]</title><link>http://mvcmembership.codeplex.com/workitem/8588</link><description>the password is undocumentet &amp;#40;oer VERY well hidden&amp;#41;&lt;br /&gt;&lt;br /&gt;it&amp;#39;s kind of needed to login &amp;#33;&lt;br /&gt;</description><author>montago</author><pubDate>Sat, 07 May 2011 08:37:06 GMT</pubDate><guid isPermaLink="false">Created Issue: what the hell is the administrator password !? [8588] 20110507083706A</guid></item><item><title>Updated Wiki: Home</title><link>http://mvcmembership.codeplex.com/wikipage?version=25</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Source Code Has Moved!&lt;/h1&gt;
For installation instructions and other information about how to use the starter kit, please visit our GitHub page:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Code &amp;amp; Instructions on GitHub:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://github.com/TroyGoode/MembershipStarterKit" class="externalLink"&gt;http://github.com/TroyGoode/MembershipStarterKit&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>TroyGoode</author><pubDate>Tue, 05 Oct 2010 14:08:07 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101005020807P</guid></item><item><title>Source code checked in, #55373</title><link>http://mvcmembership.codeplex.com/SourceControl/changeset/changes/55373</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Mon, 02 Aug 2010 22:49:34 GMT</pubDate><guid isPermaLink="false">Source code checked in, #55373 20100802104934P</guid></item><item><title>Updated Wiki: Home</title><link>http://mvcmembership.codeplex.com/wikipage?version=24</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Source Code Has Moved!&lt;/h1&gt;
For installation instructions and other information about how to use the starter kit, please visit our GitHub page:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Code &amp;amp; Instructions on GitHub:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://github.com/TroyGoode/MembershipStarterKit" class="externalLink"&gt;http://github.com/TroyGoode/MembershipStarterKit&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;ASP.Net MVC Membership Starter Kit&lt;/h1&gt;
The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users &amp;#38; roles.&lt;br /&gt;
&lt;h1&gt;What is the Asp.Net MVC Membership Starter Kit?&lt;/h1&gt;
The starter kit currently consists of two things:
&lt;ul&gt;&lt;li&gt;A sample website containing the controllers, models, and views needed to administer users &amp;amp; roles.&lt;/li&gt;
&lt;li&gt;A library that provides testable interfaces for administering users &amp;amp; roles and concrete implementations of those interfaces that wrap the built-in Asp.Net Membership &amp;amp; Roles providers.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Out of the box, the starter kit gives you the following features:
&lt;ul&gt;&lt;li&gt;List of Users&lt;/li&gt;
&lt;li&gt;List of Roles&lt;/li&gt;
&lt;li&gt;User Account Info&lt;/li&gt;
&lt;li&gt;Change Email Address&lt;/li&gt;
&lt;li&gt;Change a User&amp;#39;s Roles&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Some screenshots of the UI are available on my blog. While that blog post announced an older version of the project, the screenshots still accurately reflect the current version.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Screenshots:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.squaredroot.com/2009/08/07/mvcmembership-release-1-0/" class="externalLink"&gt;http://www.squaredroot.com/2009/08/07/mvcmembership-release-1-0/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>TroyGoode</author><pubDate>Thu, 29 Jul 2010 15:13:33 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100729031333P</guid></item><item><title>New Post: Deleting All User Data</title><link>http://mvcmembership.codeplex.com/Thread/View.aspx?ThreadId=221353</link><description>&lt;div style="line-height: normal;"&gt;Hi Ken,

Thanks for pointing that out. I've added this as of the latest commit on GitHub:

http://github.com/TroyGoode/MembershipStarterKit/commit/51445b77d1ae2a4fc3efffe57d596a36246a8295&lt;/div&gt;</description><author>TroyGoode</author><pubDate>Thu, 29 Jul 2010 15:12:15 GMT</pubDate><guid isPermaLink="false">New Post: Deleting All User Data 20100729031215P</guid></item><item><title>New Post: Deleting All User Data</title><link>http://mvcmembership.codeplex.com/Thread/View.aspx?ThreadId=221353</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The current delete user code (i.e., IUserService.Delete) only deletes the user from the Membership table. This doesn't work for my particular scenario so I modified the code so that it uses &amp;quot;true&amp;quot;&amp;nbsp; for the &amp;quot;deleteAllRelatedData&amp;quot; parameter instead of &amp;quot;false&amp;quot;. I imagine there are scenarios where it is desirable to retain some of the user data.&lt;/p&gt;
&lt;p&gt;My suggestion is to add the deleteAllRelatedData parameter to the Delete method for greater flexibility.&lt;/p&gt;
&lt;p&gt;Thanks for sharing your code!&lt;/p&gt;
&lt;p&gt;Ken&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>kenlewisjr</author><pubDate>Sun, 25 Jul 2010 23:41:47 GMT</pubDate><guid isPermaLink="false">New Post: Deleting All User Data 20100725114147P</guid></item><item><title>New Post: IEnumerable vs. IPagedList</title><link>http://mvcmembership.codeplex.com/Thread/View.aspx?ThreadId=218818</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The simplest way is to just specify a page index of 0 and a really large page size (such int.MaxValue)... this will return all users as an IPagedList&amp;lt;MembershipUser&amp;gt; (which implements IList&amp;lt;MembershipUser&amp;gt;... which impelments IEnumerable&amp;lt;MembershipUser&amp;gt;). Let me know if you need any clarification!&lt;/p&gt;&lt;/div&gt;</description><author>TroyGoode</author><pubDate>Thu, 08 Jul 2010 19:24:45 GMT</pubDate><guid isPermaLink="false">New Post: IEnumerable vs. IPagedList 20100708072445P</guid></item><item><title>New Post: IEnumerable vs. IPagedList</title><link>http://mvcmembership.codeplex.com/Thread/View.aspx?ThreadId=218818</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;First, I just wanted to say thanks for sharing and for all of your great work. If it weren't for this project, I would still be using WebForms.&lt;/p&gt;
&lt;p&gt;My question is related to PagedList... I'm trying to hook up my list of Users to a &lt;a href="http://demos.telerik.com/aspnet-mvc/grid"&gt;Telerik Grid&lt;/a&gt; in order to achieve sorting and paging instead of using PagedList. Is there a way to simply return the MembershipUsers as IEnumerable instead of IPagedList?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><author>dthunziker</author><pubDate>Thu, 08 Jul 2010 19:10:36 GMT</pubDate><guid isPermaLink="false">New Post: IEnumerable vs. IPagedList 20100708071036P</guid></item><item><title>New Post: Can't enter UserAdministration</title><link>http://mvcmembership.codeplex.com/Thread/View.aspx?ThreadId=218149</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Make sure the user you have logged in as has been given the &amp;quot;Administrator&amp;quot; role. You can do so via the Web Admninistration Tool in Visual Studio.&lt;/p&gt;&lt;/div&gt;</description><author>TroyGoode</author><pubDate>Fri, 02 Jul 2010 14:22:42 GMT</pubDate><guid isPermaLink="false">New Post: Can't enter UserAdministration 20100702022242P</guid></item><item><title>New Post: Can't enter UserAdministration</title><link>http://mvcmembership.codeplex.com/Thread/View.aspx?ThreadId=218149</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have the source code and register the SQL2008 with the ASPNET_REGSQL.exe (.Net 4.0)&lt;/p&gt;
&lt;p&gt;I can create a user but when I want to go to the&amp;nbsp;UserAdministration it redirect me alsway into account/login???&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How can I open the details of my account ? Where I define the Roles&lt;/p&gt;
&lt;p&gt;Do I need to map/merge/install more things into the DB?&lt;/p&gt;
&lt;p&gt;I would like to use your starter kit to create a new module in Kooboo, any help will be appreciated.&lt;/p&gt;&lt;/div&gt;</description><author>psylion</author><pubDate>Fri, 02 Jul 2010 14:21:00 GMT</pubDate><guid isPermaLink="false">New Post: Can't enter UserAdministration 20100702022100P</guid></item><item><title>Updated Release: 2.0 (MVC 2, Release) (Jun 24, 2010)</title><link>http://mvcmembership.codeplex.com/releases/view/31095</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;What&amp;#39;s New?&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;The project has been upgraded to Visual Studio 2010 and ASP.Net MVC 2.&lt;/li&gt;
&lt;li&gt;MvcMembership.dll now works in partial trust.&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;What is the Asp.Net MVC Membership Starter Kit?&lt;/h1&gt;
The starter kit currently consists of two things:
&lt;ul&gt;&lt;li&gt;A sample website containing the controllers, models, and views needed to administer users &amp;amp; roles.&lt;/li&gt;
&lt;li&gt;A library that provides testable interfaces for administering users &amp;amp; roles and concrete implementations of those interfaces that wrap the built-in Asp.Net Membership &amp;amp; Roles providers.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Out of the box, the starter kit gives you the following features:
&lt;ul&gt;&lt;li&gt;List of Users&lt;/li&gt;
&lt;li&gt;List of Roles&lt;/li&gt;
&lt;li&gt;User Account Info&lt;/li&gt;
&lt;li&gt;Change Email Address&lt;/li&gt;
&lt;li&gt;Change a User&amp;#39;s Roles&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Some screenshots of the UI are available on my blog. While that blog post announced an older version of the project, the screenshots still accurately reflect the current version.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Screenshots:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.squaredroot.com/2009/08/07/mvcmembership-release-1-0/" class="externalLink"&gt;http://www.squaredroot.com/2009/08/07/mvcmembership-release-1-0/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Source Code Has Moved!&lt;/h1&gt;
For installation instructions and other information about how to use the starter kit, please visit our GitHub page:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Code &amp;amp; Instructions on GitHub:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://github.com/TroyGoode/MembershipStarterKit" class="externalLink"&gt;http://github.com/TroyGoode/MembershipStarterKit&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>TroyGoode</author><pubDate>Thu, 24 Jun 2010 23:31:53 GMT</pubDate><guid isPermaLink="false">Updated Release: 2.0 (MVC 2, Release) (Jun 24, 2010) 20100624113153P</guid></item><item><title>Released: 2.0 (MVC 2, Release) (Jun 24, 2010)</title><link>http://mvcmembership.codeplex.com/releases/view/31095</link><description>&lt;div&gt;&lt;h1&gt;What&amp;#39;s New?&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;The project has been upgraded to Visual Studio 2010 and ASP.Net MVC 2.&lt;/li&gt;
&lt;li&gt;MvcMembership.dll now works in partial trust.&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;What is the Asp.Net MVC Membership Starter Kit?&lt;/h1&gt;
The starter kit currently consists of two things:
&lt;ul&gt;&lt;li&gt;A sample website containing the controllers, models, and views needed to administer users &amp;amp; roles.&lt;/li&gt;
&lt;li&gt;A library that provides testable interfaces for administering users &amp;amp; roles and concrete implementations of those interfaces that wrap the built-in Asp.Net Membership &amp;amp; Roles providers.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;Out of the box, the starter kit gives you the following features:
&lt;ul&gt;&lt;li&gt;List of Users&lt;/li&gt;
&lt;li&gt;List of Roles&lt;/li&gt;
&lt;li&gt;User Account Info&lt;/li&gt;
&lt;li&gt;Change Email Address&lt;/li&gt;
&lt;li&gt;Change a User&amp;#39;s Roles&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;Some screenshots of the UI are available on my blog. While that blog post announced an older version of the project, the screenshots still accurately reflect the current version.&lt;br&gt;&lt;br&gt;&lt;b&gt;Screenshots:&lt;/b&gt;&lt;br&gt;&lt;a href="http://www.squaredroot.com/2009/08/07/mvcmembership-release-1-0/"&gt;http://www.squaredroot.com/2009/08/07/mvcmembership-release-1-0/&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br&gt;
&lt;h1&gt;Source Code Has Moved!&lt;/h1&gt;
For installation instructions and other information about how to use the starter kit, please visit our GitHub page:&lt;br&gt;&lt;br&gt;&lt;b&gt;Source Code &amp;amp; Instructions on GitHub:&lt;/b&gt;&lt;br&gt;&lt;a href="http://github.com/TroyGoode/MembershipStarterKit"&gt;http://github.com/TroyGoode/MembershipStarterKit&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Thu, 24 Jun 2010 23:31:53 GMT</pubDate><guid isPermaLink="false">Released: 2.0 (MVC 2, Release) (Jun 24, 2010) 20100624113153P</guid></item><item><title>Updated Wiki: Home</title><link>http://mvcmembership.codeplex.com/wikipage?version=23</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;ASP.Net MVC Membership Starter Kit&lt;/h1&gt;
The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users &amp;#38; roles.&lt;br /&gt;
&lt;h1&gt;What is the Asp.Net MVC Membership Starter Kit?&lt;/h1&gt;
The starter kit currently consists of two things:
&lt;ul&gt;&lt;li&gt;A sample website containing the controllers, models, and views needed to administer users &amp;amp; roles.&lt;/li&gt;
&lt;li&gt;A library that provides testable interfaces for administering users &amp;amp; roles and concrete implementations of those interfaces that wrap the built-in Asp.Net Membership &amp;amp; Roles providers.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Out of the box, the starter kit gives you the following features:
&lt;ul&gt;&lt;li&gt;List of Users&lt;/li&gt;
&lt;li&gt;List of Roles&lt;/li&gt;
&lt;li&gt;User Account Info&lt;/li&gt;
&lt;li&gt;Change Email Address&lt;/li&gt;
&lt;li&gt;Change a User&amp;#39;s Roles&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Some screenshots of the UI are available on my blog. While that blog post announced an older version of the project, the screenshots still accurately reflect the current version.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Screenshots:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.squaredroot.com/2009/08/07/mvcmembership-release-1-0/" class="externalLink"&gt;http://www.squaredroot.com/2009/08/07/mvcmembership-release-1-0/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Source Code Has Moved!&lt;/h1&gt;
For installation instructions and other information about how to use the starter kit, please visit our GitHub page:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Code &amp;amp; Instructions on GitHub:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://github.com/TroyGoode/MembershipStarterKit" class="externalLink"&gt;http://github.com/TroyGoode/MembershipStarterKit&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>TroyGoode</author><pubDate>Thu, 24 Jun 2010 23:31:36 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100624113136P</guid></item><item><title>Updated Wiki: Home</title><link>http://mvcmembership.codeplex.com/wikipage?version=22</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;ASP.Net MVC Membership Starter Kit&lt;/h1&gt;
The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users &amp;#38; roles.&lt;br /&gt;
&lt;h1&gt;Source Code Has Moved!&lt;/h1&gt;
For installation instructions and other information about how to use the starter kit, please visit our GitHub page:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Code &amp;amp; Instructions on GitHub:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://github.com/TroyGoode/MembershipStarterKit" class="externalLink"&gt;http://github.com/TroyGoode/MembershipStarterKit&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;What is the Asp.Net MVC Membership Starter Kit?&lt;/h1&gt;
The starter kit currently consists of two things:
&lt;ul&gt;&lt;li&gt;A sample website containing the controllers, models, and views needed to administer users &amp;amp; roles.&lt;/li&gt;
&lt;li&gt;A library that provides testable interfaces for administering users &amp;amp; roles and concrete implementations of those interfaces that wrap the built-in Asp.Net Membership &amp;amp; Roles providers.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Out of the box, the starter kit gives you the following features:
&lt;ul&gt;&lt;li&gt;List of Users&lt;/li&gt;
&lt;li&gt;List of Roles&lt;/li&gt;
&lt;li&gt;User Account Info&lt;/li&gt;
&lt;li&gt;Change Email Address&lt;/li&gt;
&lt;li&gt;Change a User&amp;#39;s Roles&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Some screenshots of the UI are available on my blog. While that blog post announced an older version of the project, the screenshots still accurately reflect the current version.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Screenshots:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.squaredroot.com/2009/08/07/mvcmembership-release-1-0/" class="externalLink"&gt;http://www.squaredroot.com/2009/08/07/mvcmembership-release-1-0/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>TroyGoode</author><pubDate>Thu, 24 Jun 2010 23:31:03 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100624113103P</guid></item><item><title>Updated Release: 2.0 (MVC 2, Release) (Jun 24, 2010)</title><link>http://mvcmembership.codeplex.com/releases/view/31095</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;What&amp;#39;s New?&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;The project has been upgraded to Visual Studio 2010 and ASP.Net MVC 2.&lt;/li&gt;
&lt;li&gt;MvcMembership.dll now works in partial trust.&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;What is the Asp.Net MVC Membership Starter Kit?&lt;/h1&gt;
The starter kit currently consists of two things:
&lt;ul&gt;&lt;li&gt;A sample website containing the controllers, models, and views needed to administer users &amp;amp; roles.&lt;/li&gt;
&lt;li&gt;A library that provides testable interfaces for administering users &amp;amp; roles and concrete implementations of those interfaces that wrap the built-in Asp.Net Membership &amp;amp; Roles providers.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Out of the box, the starter kit gives you the following features:
&lt;ul&gt;&lt;li&gt;List of Users&lt;/li&gt;
&lt;li&gt;List of Roles&lt;/li&gt;
&lt;li&gt;User Account Info&lt;/li&gt;
&lt;li&gt;Change Email Address&lt;/li&gt;
&lt;li&gt;Change a User&amp;#39;s Roles&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Some screenshots of the UI are available on my blog. While that blog post announced an older version of the project, the screenshots still accurately reflect the current version.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Screenshots:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.squaredroot.com/2009/08/07/mvcmembership-release-1-0/" class="externalLink"&gt;http://www.squaredroot.com/2009/08/07/mvcmembership-release-1-0/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;For installation instructions and other information about how to use the starter kit, please visit our GitHub page:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Code &amp;amp; Instructions on GitHub:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://github.com/TroyGoode/MembershipStarterKit" class="externalLink"&gt;http://github.com/TroyGoode/MembershipStarterKit&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>TroyGoode</author><pubDate>Thu, 24 Jun 2010 23:29:08 GMT</pubDate><guid isPermaLink="false">Updated Release: 2.0 (MVC 2, Release) (Jun 24, 2010) 20100624112908P</guid></item></channel></rss>