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
1 answer

How to manage multiple roles and users in MS Access 2010 application?

we have to build an application solely using MS Access all the forms have to be designed in MS access and DB is also in MS access. what will be the best way to implement such an application.
0
votes
1 answer

Wordpress Plugin - Membership With Upload Functionality

I have had a look around but cannot currently find a plugin that combines membership / upload functionality. What I envisage happening is a logged in member uploads documents and has these documents displayed on their profile, along with the…
Johnny
  • 553
  • 1
  • 10
  • 27
0
votes
2 answers

Post message php, error, please suggest a change

This is my code of my status.php file but on posting status it is showing only one thing i.e. type_unknown but I am not sure why it is not functioning properly. and type_unknown is also a command in this coding please go through this command and…
user2435613
  • 1
  • 1
  • 2
  • 6
0
votes
1 answer

create member profiles programatically in umbraco

I'm trying to create new member programaticaly. In fact I need to build a function to import members from a spreadsheet. I build a Member class which inherits ProfileBase and can create one member programaticaly when he registers but that requires…
nickornotto
  • 1,946
  • 4
  • 36
  • 68
0
votes
2 answers

How do I do a registration in ASP.NET MVC?

I'm relatively new to ASP.NET MVC, but I already did C# for a while and I already took the MVC basic course. What I'm stuck with is the "ASP.NET Membership". For my website, I need a registration (with email, password, and some cstom fields), a…
josefpospisil0
  • 155
  • 2
  • 11
0
votes
1 answer

Checking ASP.NET Membership Authentication from Browser Extensions using JavaScript

Checking ASP.NET Membership Authentication from Browser Extensions using JavaScript Hi, I have a website [Visual Studio 2012 website] that uses ASP.NET Membership with OAuth/OpenID. Now I need to create a browser extension [Using Crossrider.com APIs…
Ali007
  • 648
  • 1
  • 12
  • 20
0
votes
0 answers

other user's profile not populating

I've got a weird issue going on. I'm calling the profile for another user (not the currently authenticated user) and trying to access a value. var profile = System.Web.Profile.ProfileBase.Create(username, true); if (profile.PropertyValues["x"] !=…
atfergs
  • 1,674
  • 1
  • 11
  • 17
0
votes
1 answer

Membership Levels in XCart: Keeping Products Still Visible

I have a question about membership levels in XCart. I know you can make products hidden using the membership levels but I'm wondering if it is possible to keep the products visible but make it so that they cannot be purchased by a customer without…
Spyder Tech
  • 67
  • 1
  • 2
  • 12
0
votes
4 answers

How to delete all users in my membership table?

I have a test that requires all users in my SimpleMembershipProvider UserProfile table to be deleted. I'd like to do this in my SeedMembership() method (below). Something like membership.DeleteAllUsers. Any idea how this can be done? private int…
SB2055
  • 12,272
  • 32
  • 97
  • 202
0
votes
1 answer

Membership Provider returning remoteAddress is Null

We are using a proprietary Single Sign On Service to remotely do Membership calls. We connect via a VPN. We are getting en error at: Service.Web.Security.Membership.ValidateUser(username, password); Regardless of whether the VPN is working or…
Jeremy
  • 285
  • 3
  • 14
0
votes
0 answers

ASP MVC SimpleMembership and WebSecurity

im building a big app for a school project, separated in a few layers, being the presentation layer (the web server using asp mvc 4), logic and data layer. Im kinda new to asp mvc, and im stuck with an idea about register/login mechanics. So far…
Cristiano Coelho
  • 1,675
  • 4
  • 27
  • 50
0
votes
1 answer

ASP.Net Roles and Membership check for Users in role for multiple roles

I have users in membership and one user can have one or more than one roles assigned. I want to check for specific roles of a page for example: Role1, Role2, Role3, Role4, Role5 Users who have access of Role2 and Role3 can access Page1.aspx and Also…
k-s
  • 2,192
  • 11
  • 39
  • 73
0
votes
1 answer

Why does the Membership.CreateUser function does nothing?

This is the Membership API in .NET 2.0. Suddenly it stopped working on me. I've stripped it to the basics. I get no response when I try to create a user. It goes through the code with no error, but nothing happens. Here is the code in the aspx: …
donde
  • 1
0
votes
1 answer

What is the equivalent of OnCreatingUser in Mvc and how to use it

In my Web forms applications I had been wiring my Asp.net membership register controls event "OnCreatingUser" to do my checks for whether the user name or email exits or if the user name is appropriate. What is the equivalent method in Mvc and how…
Picflight
  • 3,832
  • 13
  • 61
  • 90
0
votes
2 answers

Monitoring user tracking, statistics, and auditing for app

I'm trying to incorporate user statistics into a site and decided to go for this in my users table: time when the user registers time when the user verifies visit count time of last visit What other statistics am I missing? Should I track each…
Chris
  • 8,736
  • 18
  • 49
  • 56