.NET User Management Customization
Posted
by Oliver S
on Stack Overflow
See other posts from Stack Overflow
or by Oliver S
Published on 2009-02-17T20:57:04Z
Indexed on
2010/05/09
5:18 UTC
Read the original article
Hit count: 236
ASP.NET
|asp.net-membership
I was wondering if anyone could point me to some resources concerning customization of the user management system that is built in .NET. What I am talking about is: http://msdn.microsoft.com/en-us/library/ms998347.aspx
I would like to know, how can I extend the user fields to store more than just common password, username? I want to store for example: birthday, and other result sets.
© Stack Overflow or respective owner