Tagged Questions

0
votes
1answer
35 views

Umbraco Back Office Membership Provider

Has anyone had any experience trying to write a custom Membership Provider for the Umbraco back office? I've run into all sorts of trouble trying to make this happen. You can see some more details …
0
votes
1answer
16 views

Is there a localized membership status message in the framework?

I'm using the membership provider to create a new user. The membership status I return can be any value from 0 to 11, each value being a different status. Is there a way to get a localized message …
1
vote
1answer
29 views

How do I set minumum password requirements in Umbraco for the membership provider?

I am trying to set minimum password requirements for my membership provider in Umbraco. Currently my web.config membership section looks like this: <membership …
1
vote
1answer
55 views

Security using the Membership provider that will support Active Directory and your own bespoke provider

I have a task of dealing with security on my .Net web application, the way it is to work is that if the user is logged in to Active Directory and the users AD name is in a database then they will be …
0
votes
0answers
40 views

Structuring Custom ASP.NET MembershipProvider for Unit Testing

I'm working on an MVC project at the moment with a semi-TDD approach to the development. I want to continue with this approach, but I'm starting to have doubts over a decision I've made when …
1
vote
2answers
80 views

Dependency injection and ASP.Net Membership Providers

I am in the process of creating a custom membership provider for an ASP.Net MVC website. The provider is being created as a separate class as part of a bigger library. There is a need for the back-end …
0
votes
2answers
29 views

Multiple Membershipprovider for one application

I have a site that uses the SqlMembershiprovider. Its is a webshop. The user logs on with his username and password there. Apart from that there is controller that is responsible for displaying …
2
votes
2answers
175 views

Asp.net MVC - How can I get user roles without knowing these roles?

Hi! I'm working on this project that an admin user can create some User's Groups that will be working as the project roles. So, the admin will create a User Group named "SuperAdmin" and will select …
0
votes
1answer
86 views

can i change membership provider GetAllUsers method?

Hi i am using vb.net and the .net membership provider. i want to bring back a gridview with user account information, like GetAllUsers() does. However i want to only bring back users with certain …
1
vote
1answer
119 views

SharePoint Forms Authentication Provider Name Prefix on Username

I have setup a SharePoint site with forms authentication and My Sites. The users username displays correctly on the main site collection, however whent he user creates a My Site the user is always …
0
votes
1answer
65 views

Programmatically adding a Membership Provider

I have a .Net application that uses an arbitrary number of Membership providers. I will not go into the reasons, but I do not want these to be pre-configured, but I want to create and add them …
0
votes
1answer
32 views

.NET MVC user details in Controller CTOR

I would like to find a way to use custom User provider within a controllers ctor in order to not have to get the user on every method (dirty).. This is what is in my ctor but keeps returning null? …
2
votes
2answers
263 views

How do I manually set a user’s role in ASP.NET MVC?

This project I'm working on requires me to keep a local db of admin users and use an external db for regular users. Anyone who passes authentication in the admin db should be assigned the 'admin' …
0
votes
1answer
40 views

Integrating 2 different user dbs into a single ASP.NET MVC membersip provider?

I'm working on a project that needs to authenticate users based on records in two different databases. All administrators are stored locally and require full functionality to manage their accounts …
0
votes
5answers
256 views

login authentication system c# .net

I have a simple site with a simple db. i want the ability to have some sort of login system. there will be 2 types of user: Admins and Non-Admins How can i easily create a login system using my …

1 2 3 4 5 next
15 30 50 per page