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 …
1
vote
1answer
14 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
34 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
2answers
56 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 …
2
votes
2answers
131 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
0answers
26 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
1answer
112 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
1answer
67 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 …
0
votes
2answers
25 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 …
0
votes
1answer
29 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 keep …
2
votes
2answers
228 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 assi …
0
votes
5answers
241 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 s …
0
votes
1answer
48 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 …
0
votes
2answers
321 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 …
0
votes
3answers
481 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 …
