Tagged Questions

1
vote
4answers
558 views

How do we register users — Facebook Connect users logging in the first time — when we cannot get an email address from facebook?

Facebook Connect allows for very limited communication and access to the user's information. When a user logs in with Facebook Connect I would like to create an account for the u …
0
votes
1answer
29 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 s …
0
votes
1answer
15 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 …
3
votes
3answers
1k views

Authenticate and GetRoles of ActiveDirectory users in a disconnected WPF application via MembershipProvider

Hello, I have a project requirement where I need to authenticate against ActiveDirectory in a remote/disconnected WPF application. There is probably several ways to attempt to do …
2
votes
3answers
366 views

How do I create / use a MembershipProvider?

How do you create a MembershipProvider for use in an ASP.NET/MVC website? Doesn't it generate the tables it needs for you in your database?
1
vote
1answer
23 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 defaultProvid …
1
vote
1answer
48 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 …
0
votes
0answers
36 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 …
1
vote
2answers
74 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 n …
0
votes
1answer
154 views

ActiveDirectoryMembershipProvider configuration: duplicate name exists on the network

Hi all, I am trying to put a AD MembershipProvider to work but I am getting a very strange error: "Parser Error Message: You were not connected because a duplicate name exists o …
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 …
2
votes
2answers
163 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 "SuperAdm …
0
votes
1answer
80 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 us …
1
vote
1answer
118 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 th …
0
votes
2answers
343 views

Encrypt/Decrypt password usage in a custom MembershipProvider?

Hi folks! I implemented a custom membership provider. I've also implemented my custom AES Encryption/Decryption overriding the abstract EncryptPassword/DecryptPassword of the Memb …

1 2 3 4 5 next
15 30 50 per page