Archive for March, 2006

ASP.NET Membership and passwordStrengthRegularExpression

21 Mar 2006

by Sebastien Aube Membership in the .NET framework 2.0 allows you to add security to your application with little to no code. When trying to enforce strong password rules in our church software I encounteredan interesting problem. At first I modified the web.config by adding the following line to our membershipprovider section. passwordStrengthRegularExpression=“(?=.{8,})[a-z]+[^a-z]+|[^a-z]+[a-z]+” RegEx explained: [...]

More »

Comment by Online poker on “Riley the Blog Helper”

10 Mar 2006

Very interesting article and very helpful blog! Thanks! Posted by: Online poker

More »

Comment by Edward OG on “Final 3 Logos for ChurchRadius.com”

3 Mar 2006

Number 3 is simple and awesome.Oh my lands, it’s smooth as talcum. Posted by: Edward OG

More »