Top "Asp.net-membership" questions

ASP.

Admin pages to manage asp.net membership provider & Role management

Are there any open source projects that provide a front end to asp.net membership provider? Something like the one …

asp.net asp.net-membership membership membership-provider
Simple custom roles for windows authentication in asp. net?

At our company network, the roles in Active Directory(AD) are not appropriately assigned for my application. So I created …

asp.net asp.net-mvc asp.net-membership roles
Making user login persistant with ASP .Net Membership

I have a website that is built in ASP.NET 3.5 & SQL Server 2005, using the sql membership provider, and presumably …

asp.net asp.net-membership asp.net-3.5 sqlmembershipprovider
ASP.NET username change

I have an asp.net site which uses the ASP.net Membership provider. Each comment, entry etc in the DB …

asp.net asp.net-membership
ASP.NET MVC3 Role and Permission Management -> With Runtime Permission Assignment

ASP.NET MVC allows users the ability to assign permissions to functionality (i.e. Actions) at Design Time like so. […

asp.net asp.net-mvc asp.net-mvc-3 asp.net-membership asp.net-roles
Changing passwordFormat from Encrypted to Hashed

I'm finding surprisingly little information on converting an existing database from Encrypted passwords to Hashed passwords. (I was able to …

asp.net passwords asp.net-membership
How do I call Initialize on a custom MembershipProvider?

I have read through all the related questions, but I still unable to get the right solution for some reason, …

model-view-controller asp.net-membership web-config
ASP.NET Login/Membership - How to logout?

I am using the <asp:LoginStatus> control (along with <asp:Login>) I login successfully as A. …

asp.net login asp.net-membership umbraco login-control
How does the Authorize tag work? - ASP.NET MVC

How does the Authorize Tag determine if the user is authorized or not? Like say, if a user logs in …

asp.net-mvc asp.net-membership
How to create a asp.net membership provider hashed password manually?

I'm using a website as a frontend and all users are authenticated with the standard ASP.NET Membership-Provider. Passwords are …

asp.net asp.net-membership hash password-protection salt