Claus on Code

A data dudes random musings about code, bugs, products, life etc.


  • Removing password complexity from ASP.NET 2.0

    The first thing you start with, when building an ASP.NET application, is properly to use the ASP.NET login controls. They are really easy to use, and save you a bundle of time. Unfortunately the password by default always has to be to complex.  At least 7 charecters, at least 1 non alphanumeric character, etc. etc..… Continue reading