<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>phpBB 3.0 Membership &amp; Role Provider</title><link>http://www.codeplex.com/phpBBProviders/Project/ProjectRss.aspx</link><description>The objective of this library is providing an easy access to phpBB 3.0 user accounts trought Membership and Role Providers.</description><item><title>NEW POST: phpBB Documentation References</title><link>http://www.codeplex.com/phpBBProviders/Thread/View.aspx?ThreadId=27806</link><description>&lt;div style="line-height: normal;"&gt;OK cool, I've just found the subversion repository I'll grab a copy of the latest source tonight and have a look.&lt;br&gt;
&lt;br&gt;
Are you studying the auth classes for your current work item?&lt;br&gt;
&lt;/div&gt;</description><author>rabidtommy</author><pubDate>Mon, 19 May 2008 13:44:47 GMT</pubDate><guid isPermaLink="false">NEW POST: phpBB Documentation References 20080519014447P</guid></item><item><title>NEW POST: phpBB Documentation References</title><link>http://www.codeplex.com/phpBBProviders/Thread/View.aspx?ThreadId=27806</link><description>&lt;div style="line-height: normal;"&gt;my work is mainly based on reverse engineering from the release of the forum.&lt;br&gt;
&lt;br&gt;
Currently i'm working on the new hash algorithm adopted since RC7. I have some difficult about transforming it in .net :S                    
&lt;/div&gt;</description><author>Kralizek</author><pubDate>Mon, 19 May 2008 11:43:56 GMT</pubDate><guid isPermaLink="false">NEW POST: phpBB Documentation References 20080519114356A</guid></item><item><title>NEW POST: phpBB Documentation References</title><link>http://www.codeplex.com/phpBBProviders/Thread/View.aspx?ThreadId=27806</link><description>&lt;div style="line-height: normal;"&gt;Hi&lt;br&gt;
&lt;br&gt;
Can you specify a list of the documents you're working with?&lt;br&gt;
&lt;br&gt;
I've just googled for phpBB .NET MembershipProvider library and your codeplex entry is the first hit. &lt;br&gt;
&lt;br&gt;
-Tom 
&lt;/div&gt;</description><author>rabidtommy</author><pubDate>Thu, 15 May 2008 18:19:14 GMT</pubDate><guid isPermaLink="false">NEW POST: phpBB Documentation References 20080515061914P</guid></item><item><title>UPDATED WIKI: phpBBMembershipProvider additional parameters</title><link>http://www.codeplex.com/phpBBProviders/Wiki/View.aspx?title=phpBBMembershipProvider additional parameters&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
phpBBMembershipProvider supports lots of configuration keys in order to customize it.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Currently supported&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt; Key name &lt;/th&gt;&lt;th&gt; Required? &lt;/th&gt;&lt;th&gt; Accepted values &lt;/th&gt;&lt;th&gt; Default value &lt;/th&gt;&lt;th&gt; Notes &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; connectionStringName &lt;/td&gt;&lt;td&gt; yes &lt;/td&gt;&lt;td&gt; string &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; the name of the connection string specified into web.config &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; readOnly &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; boolean &lt;/td&gt;&lt;td&gt; true &lt;/td&gt;&lt;td&gt; allow or deny the provider the possibility to write onto database &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; tablePrefix &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; string &lt;/td&gt;&lt;td&gt; &amp;quot;phpbb_&amp;quot; &lt;/td&gt;&lt;td&gt; the prefix used by phpbb to create his own tables &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; useMD5 &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; boolean &lt;/td&gt;&lt;td&gt; false &lt;/td&gt;&lt;td&gt; in order to use this, you need to patch the phpbb_hash() function in functions.php and fix your database &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; enablePasswordReset &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; string &lt;/td&gt;&lt;td&gt; true &lt;/td&gt;&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; maxInvalidPasswordAttempts &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; integer &lt;/td&gt;&lt;td&gt; 0 &lt;/td&gt;&lt;td&gt; 0 = infinity &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; minRequiredNonAlphanumericCharacters &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; integer &lt;/td&gt;&lt;td&gt; 0 &lt;/td&gt;&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; minRequiredPassworLength &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; integer &lt;/td&gt;&lt;td&gt; 0 &lt;/td&gt;&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; passwordAttemptWindow &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; integer &lt;/td&gt;&lt;td&gt; 15 &lt;/td&gt;&lt;td&gt; minutes &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; passwordStrengthRegularExpression &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; string &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; if the string is null or empty, there will be no check &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;&lt;b&gt;To do&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt; Key name &lt;/th&gt;&lt;th&gt; Required? &lt;/th&gt;&lt;th&gt; Accepted values &lt;/th&gt;&lt;th&gt; Default value &lt;/th&gt;&lt;th&gt; Notes &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; phpBBCookieName &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; string &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; the name of the cookie used by phpBB in order to save session's info &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;</description><author>Kralizek</author><pubDate>Tue, 06 May 2008 16:15:34 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: phpBBMembershipProvider additional parameters 20080506041534P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/phpBBProviders/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The objective of this library is providing an easy access to phpBB 3.0 user accounts trought Membership and Role Providers.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to use&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;In the web.config:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
  &amp;lt;connectionStrings&amp;gt;
    &amp;lt;clear /&amp;gt;
    &amp;lt;add name=&amp;quot;[ConnectionStringName]&amp;quot; connectionString=&amp;quot;host=localhost;User ID=user;Password=pwd;Database=database;&amp;quot;
        providerName=&amp;quot;MySql.Data.MySqlClient&amp;quot; /&amp;gt;
  &amp;lt;/connectionStrings&amp;gt;
 
  &amp;lt;system.web&amp;gt;
    &amp;lt;membership defaultProvider=&amp;quot;[ProviderName]&amp;quot;&amp;gt;
      &amp;lt;providers&amp;gt;
        &amp;lt;add name=&amp;quot;[ProviderName]&amp;quot; type=&amp;quot;Kralizek.phpBB.Providers.phpBBMembershipProvider&amp;quot;
            connectionStringName=&amp;quot;[ConnectionStringName]&amp;quot;
        /&amp;gt;
      &amp;lt;/providers&amp;gt;
    &amp;lt;/membership&amp;gt;
 
    &amp;lt;roleManager defaultProvider=&amp;quot;[ProviderName]&amp;quot; &amp;gt;
      &amp;lt;providers&amp;gt;
        &amp;lt;add name=&amp;quot;[ProviderName]&amp;quot; type=&amp;quot;Kralizek.phpBB.Providers.phpBBRolesProvider&amp;quot;
            connectionStringName=&amp;quot;[ConnectionStringName]&amp;quot;
        /&amp;gt;
      &amp;lt;/providers&amp;gt;
    &amp;lt;/roleManager&amp;gt;
  &amp;lt;/system.web&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/phpBBProviders/Wiki/View.aspx?title=phpBBMembershipProvider%20additional%20parameters&amp;amp;referringTitle=Home"&gt;phpBBMembershipProvider additional parameters&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/phpBBProviders/Wiki/View.aspx?title=phpBBRolesProvider%20additional%20parameters&amp;amp;referringTitle=Home"&gt;phpBBRolesProvider additional parameters&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Kralizek</author><pubDate>Mon, 05 May 2008 22:35:56 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080505103556P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/phpBBProviders/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The objective of this library is providing an easy access to phpBB 3.0 user accounts trought Membership and Role Providers.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to use&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;In the web.config:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
  &amp;lt;connectionStrings&amp;gt;
    &amp;lt;clear /&amp;gt;
    &amp;lt;add name=&amp;quot;[ConnectionStringName]&amp;quot; connectionString=&amp;quot;host=localhost;User ID=user;Password=pwd;Database=database;&amp;quot;
        providerName=&amp;quot;MySql.Data.MySqlClient&amp;quot; /&amp;gt;
  &amp;lt;/connectionStrings&amp;gt;
 
  &amp;lt;system.web&amp;gt;
    &amp;lt;membership defaultProvider=&amp;quot;[ProviderName]&amp;quot;&amp;gt;
      &amp;lt;providers&amp;gt;
        &amp;lt;add name=&amp;quot;[ProviderName]&amp;quot; type=&amp;quot;Kralizek.phpBB.Providers.phpBBMembershipProvider&amp;quot;
            connectionStringName=&amp;quot;[ConnectionStringName]&amp;quot;
        /&amp;gt;
      &amp;lt;/providers&amp;gt;
    &amp;lt;/membership&amp;gt;
 
    &amp;lt;roleManager defaultProvider=&amp;quot;[ProviderName]&amp;quot; &amp;gt;
      &amp;lt;providers&amp;gt;
        &amp;lt;add name=&amp;quot;[ProviderName]&amp;quot; type=&amp;quot;Kralizek.phpBB.Providers.phpBBRolesProvider&amp;quot;
            connectionStringName=&amp;quot;[ConnectionStringName]&amp;quot;
        /&amp;gt;
      &amp;lt;/providers&amp;gt;
    &amp;lt;/roleManager&amp;gt;
  &amp;lt;/system.web&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/phpBBProviders/Wiki/View.aspx?title=phpBBMembershipProvider%20additional%20parameters&amp;amp;referringTitle=Home"&gt;phpBBMembershipProvider additional parameters&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/phpBBProviders/Wiki/View.aspx?title=phpBBRolesProvider%20additional%20parameters&amp;amp;referringTitle=Home"&gt;phpBBRolesProvider additional parameters&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;**Delete the following note before publishing **&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project is currently in setup mode and only available to project coordinators and developers. Once you have finished setting up your project you can publish it to make it available to all CodePlex visitors.&lt;br /&gt; &lt;br /&gt;There are three requirements before you publish:&lt;br /&gt; &lt;br /&gt;- Edit this page to provide information about your project&lt;br /&gt;- Upload the initial source code for your project&lt;br /&gt;- Add your project license&lt;br /&gt; &lt;br /&gt;Additional information on starting a new project is available here: &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Project%20Startup%20Guide" class="externalLink"&gt;Project Startup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>Kralizek</author><pubDate>Mon, 05 May 2008 19:37:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080505073754P</guid></item><item><title>UPDATED WIKI: phpBBRolesProvider additional parameters</title><link>http://www.codeplex.com/phpBBProviders/Wiki/View.aspx?title=phpBBRolesProvider additional parameters&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
phpBBRolesProvider supports these configuration keys in order to customize it.&lt;br /&gt; &lt;br /&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt; Key name &lt;/th&gt;&lt;th&gt; Required? &lt;/th&gt;&lt;th&gt; Accepted values &lt;/th&gt;&lt;th&gt; Default value &lt;/th&gt;&lt;th&gt; Notes &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; connectionStringName &lt;/td&gt;&lt;td&gt; yes &lt;/td&gt;&lt;td&gt; string &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; the name of the connection string specified into web.config &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; readOnly &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; boolean &lt;/td&gt;&lt;td&gt; true &lt;/td&gt;&lt;td&gt; allow or deny the provider the possibility to write onto database &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; tablePrefix &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; string &lt;/td&gt;&lt;td&gt; &amp;quot;phpbb_&amp;quot; &lt;/td&gt;&lt;td&gt; the prefix used by phpbb to create his own tables &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;</description><author>Kralizek</author><pubDate>Mon, 05 May 2008 19:37:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: phpBBRolesProvider additional parameters 20080505073712P</guid></item><item><title>UPDATED WIKI: phpBBMembershipProvider additional parameters</title><link>http://www.codeplex.com/phpBBProviders/Wiki/View.aspx?title=phpBBMembershipProvider additional parameters&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
phpBBMembershipProvider supports lots of configuration keys in order to customize it.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Currently supported&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt; Key name &lt;/th&gt;&lt;th&gt; Required? &lt;/th&gt;&lt;th&gt; Accepted values &lt;/th&gt;&lt;th&gt; Default value &lt;/th&gt;&lt;th&gt; Notes &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; connectionStringName &lt;/td&gt;&lt;td&gt; yes &lt;/td&gt;&lt;td&gt; string &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; the name of the connection string specified into web.config &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; readOnly &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; boolean &lt;/td&gt;&lt;td&gt; true &lt;/td&gt;&lt;td&gt; allow or deny the provider the possibility to write onto database &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; tablePrefix &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; string &lt;/td&gt;&lt;td&gt; &amp;quot;phpbb_&amp;quot; &lt;/td&gt;&lt;td&gt; the prefix used by phpbb to create his own tables &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; enablePasswordReset &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; string &lt;/td&gt;&lt;td&gt; true &lt;/td&gt;&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; maxInvalidPasswordAttempts &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; integer &lt;/td&gt;&lt;td&gt; 0 &lt;/td&gt;&lt;td&gt; 0 = infinity &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; minRequiredNonAlphanumericCharacters &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; integer &lt;/td&gt;&lt;td&gt; 0 &lt;/td&gt;&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; minRequiredPassworLength &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; integer &lt;/td&gt;&lt;td&gt; 0 &lt;/td&gt;&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; passwordAttemptWindow &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; integer &lt;/td&gt;&lt;td&gt; 15 &lt;/td&gt;&lt;td&gt; minutes &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; passwordStrengthRegularExpression &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; string &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; if the string is null or empty, there will be no check &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;&lt;b&gt;To do&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt; Key name &lt;/th&gt;&lt;th&gt; Required? &lt;/th&gt;&lt;th&gt; Accepted values &lt;/th&gt;&lt;th&gt; Default value &lt;/th&gt;&lt;th&gt; Notes &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; phpBBCookieName &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; string &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; the name of the cookie used by phpBB in order to save session's info &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;</description><author>Kralizek</author><pubDate>Mon, 05 May 2008 19:34:56 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: phpBBMembershipProvider additional parameters 20080505073456P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/phpBBProviders/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The objective of this library is providing an easy access to phpBB 3.0 user accounts trought Membership and Role Providers.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to use&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;In the web.config:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
  &amp;lt;connectionStrings&amp;gt;
    &amp;lt;clear /&amp;gt;
    &amp;lt;add name=&amp;quot;[ConnectionStringName]&amp;quot; connectionString=&amp;quot;host=localhost;User ID=user;Password=pwd;Database=database;&amp;quot;
        providerName=&amp;quot;MySql.Data.MySqlClient&amp;quot; /&amp;gt;
  &amp;lt;/connectionStrings&amp;gt;
 
  &amp;lt;system.web&amp;gt;
    &amp;lt;membership defaultProvider=&amp;quot;phpBBMembershipProvider&amp;quot;&amp;gt;
      &amp;lt;providers&amp;gt;
        &amp;lt;add name=&amp;quot;[ProviderName]&amp;quot; type=&amp;quot;Kralizek.phpBB.Providers.phpBBMembershipProvider&amp;quot;
            connectionStringName=&amp;quot;[ConnectionStringName]&amp;quot;
        /&amp;gt;
      &amp;lt;/providers&amp;gt;
    &amp;lt;/membership&amp;gt;
 
    &amp;lt;roleManager defaultProvider=&amp;quot;&amp;quot; &amp;gt;
      &amp;lt;providers&amp;gt;
        &amp;lt;add name=&amp;quot;[ProviderName]&amp;quot; type=&amp;quot;Kralizek.phpBB.Providers.phpBBRolesProvider&amp;quot;
            connectionStringName=&amp;quot;[ConnectionStringName]&amp;quot;
        /&amp;gt;
      &amp;lt;/providers&amp;gt;
    &amp;lt;/roleManager&amp;gt;
  &amp;lt;/system.web&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/phpBBProviders/Wiki/View.aspx?title=phpBBMembershipProvider%20additional%20parameters&amp;amp;referringTitle=Home"&gt;phpBBMembershipProvider additional parameters&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/phpBBProviders/Wiki/View.aspx?title=phpBBRolesProvider%20additional%20parameters&amp;amp;referringTitle=Home"&gt;phpBBRolesProvider additional parameters&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;**Delete the following note before publishing **&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project is currently in setup mode and only available to project coordinators and developers. Once you have finished setting up your project you can publish it to make it available to all CodePlex visitors.&lt;br /&gt; &lt;br /&gt;There are three requirements before you publish:&lt;br /&gt; &lt;br /&gt;- Edit this page to provide information about your project&lt;br /&gt;- Upload the initial source code for your project&lt;br /&gt;- Add your project license&lt;br /&gt; &lt;br /&gt;Additional information on starting a new project is available here: &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Project%20Startup%20Guide" class="externalLink"&gt;Project Startup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>Kralizek</author><pubDate>Mon, 05 May 2008 19:18:50 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080505071850P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/phpBBProviders/SourceControl/ListDownloadableCommits.aspx</link><description>First set</description><author>Kralizek</author><pubDate>Mon, 05 May 2008 18:51:02 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080505065102P</guid></item></channel></rss>