0
votes
1answer
25 views
Microsoft Membership Provider Vs Custom Provider Vs Complete Custom Login System
I am currently converting a very old, but working classic ASP site to ASP.Net.
It has a completely custom written user management system. Whilst it works fine, it really needs a refresh as I want it …
0
votes
1answer
18 views
ASP.NET Membership Provider and network domain
First off, I'm not entirely sure that my question title is very descriptive, so my apologies for that.
I am working on a new site and will be using the MembershipProvider system (well, a custom …
0
votes
0answers
15 views
Keeping Membership Provider’s Authentication in Web Service
Hello all,
I have a web service(.asmx) that is written in .NET. There are two methods in it; Login() and Add().
Login() gets username and password, validates user via ASP.NET membership provider.
…
0
votes
1answer
37 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
32 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 …
2
votes
2answers
90 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 …
1
vote
1answer
63 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 …
1
vote
4answers
611 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 user on our site that …
2
votes
2answers
186 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
2answers
32 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 …
1
vote
1answer
128 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
0answers
44 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 …
0
votes
1answer
89 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 …
2
votes
2answers
273 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' …
