Q1: | I like how ASP.NET provides inherent user account support, but it seems to make a lot of assumptions for me. For example, passwords are stored as hashed digests, the user's password must be seven characters long and include nonalphanumeric characters, and so on. I want to change some of these defaults. Is this possible? |