Questions tagged [membership]

Queries regarding The fact of being a member of a group. OR The number or body of members in a group.

A member is a person who belongs to a social group or an entity such as a company or nation. By extension it can refer to any part of a whole.

969 questions
0
votes
3 answers

How to migrate from custom Membership Provider to SqlMembershipProvider?

I'm currently using a very basic custom implementation of MembershipProvider in an ASP.NET web application. As my requirements for membership increase, it seems to make a lot of sense to use an existing, full featured, and well tested implementation…
jrummell
  • 42,637
  • 17
  • 112
  • 171
0
votes
3 answers

Umbraco Membership - VS tells me my code is obsolete, but where is the new code?

I've been through this tutorial which has been really helpful: http://www.blogfodder.co.uk/2011/12/31/umbraco-membership-templates But VS is telling me that all my methods are obsolete. It tells me replacement methods to use for everything except…
Owen
  • 4,229
  • 5
  • 42
  • 50
0
votes
1 answer

User type according different registration form with differnrt payment in joomla

i have two user type "Retailer" and "Private" but i want to open different registration form for both user type and also different payment method so how i do it means which component i use for that or any plugin
Pritesh Mahajan
  • 4,974
  • 8
  • 39
  • 64
0
votes
2 answers

Is is possible to change the date format of the LastLoginDate in the aspnet_membership table?

In the current project I'm working the initial developer had used ASP.NET Membership to handle the user login validation. As such the LastLoginDate and the LastActivityDate in the aspnet_Membership table are save in UTC format. Is there anyway to…
Rusty Wizard
  • 531
  • 6
  • 20
0
votes
1 answer

How do I use the Membership methods in the database layer?

I have an ASP.NET 2.0 3-tiered app. I want ALL of the db interaction to go through the db layer. So, when I use the Login controls, instead of them calling methods that hit the db, I want them to call down the layers until I reach the db layer. At…
donde
0
votes
1 answer

how to remove dbo role requirement for .net membership in SQL database?

I am transitioning an application from Dev to QA. I have created an sql file to populate the database in the QA environment. In the QA environment I am using windows authentication on the db. My user has minimal permissions. I am comin up with the…
Dubh
  • 55
  • 1
  • 10
0
votes
1 answer

Using forms authentication, is it possible to switch the logged in user in code, just for the current request?

In a certain situation, I want a request to execute as a user different than the one actually logged in. So, when User A requests a particular page, from code I want to switch it execute under the user account of User B -- only for this single…
Deane
  • 8,269
  • 12
  • 58
  • 108
0
votes
2 answers

User management and access frameworks

I'm looking to add an image upload and comment area to an already existing site. Not wanting to reinvent the wheel I'm wondering if there are any "drop in" ways to handle user management and security. I've begun looking at frameworks like…
Ian
  • 509
  • 12
  • 36
0
votes
1 answer

asp.net membership - shows up as admin even though not in web tool

when i run this code, i get back true bool isAdmin = Roles.IsUserInRole(item.loginName, "Administrator"); but when i bring up the Security tab in the Asp.net Website administration tool, this user doesn't exist (or atleast i dont see this user in…
leora
  • 188,729
  • 360
  • 878
  • 1,366
0
votes
1 answer

How use custom object through website exactly like membership

could you explain to me how can I store and use a custom object exactly like we use the asp.net MVC membership through a website ? I use very often the same one table from my database and I want to stop asking my server to retreive this same…
0
votes
1 answer

Facebook C# SDK and asp.NET Membership. What if the user changes email?

I have users connecting to my app with Facebook connect. As far as I have read I should use the facebook data like email and name to register them with asp.NET membership provider. This I should probably be able to do, but what happens if the user…
Carsten
  • 5
  • 1
0
votes
2 answers

ASP.Net membership for MVC3 Project only from Web.config just like in websites

I want to apply ASP.Net membership on areas in MVC3.0 project, but I dont want to put [Authorize] in controller. Is this possible if so then how can I achieve this.
0
votes
3 answers

How do you get the membership profile of a user in an ASP.NET MVC view?

Possible Duplicate: How to assign Profile values? I'm using ASP.NET MVC and the Membership providers. How do I get the profile of a user in a view? any particular method to get it? The template project out of the box access the username in this…
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
0
votes
1 answer

How to Fix Faulty Redirect From ASP.NET Login Controls?

I have a website hosted on GoDaddy. Url is www.boatronix.com. The files Reside in a folder '/boatronix' which in turn is in a folder '/_sites.' I have a master page which contains a SiteNav.ascx (that sits in a "Controls" folder under the root…
user1628753
  • 41
  • 1
  • 1
  • 2
0
votes
1 answer

asp.net - how do i determine which checkbox correlates with each row (user)

I am using asp.net mvc. I have generated a view that retrieve all unapproved users in the asp.net membership table. I have put checkboxes next to them for someone to bring up a view. The goal is that someone should be able to check certain…
leora
  • 188,729
  • 360
  • 878
  • 1,366