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
2 answers

How to design the member system of a website considering openID?

I am designing the database of a website and I have noticed that stackoverflow adopts openID which is very impressive. But what if some users use email address which doesn't support openID. What do you think of this issue?
Steven
  • 24,410
  • 42
  • 108
  • 130
0
votes
1 answer

SignalR on ASP.NET MVC and Multiple User Types

I am currently in the process of sketching-out an application that allows real-time interactions with website visitors. Therefore, I have two different "User-types": Unregistered User: these are the visitors Registered User: these have a (custom)…
JDR
  • 1,094
  • 1
  • 11
  • 31
0
votes
1 answer

MVC4 Membership logging off automatically

I had a project in MVC3 (until today) using SQL compact edition with regular membership forms authentication. I upgraded it to MVC4 and on the development environment everything is working well. My issue happens when I deploy it to my hosting…
Hugo Hilário
  • 2,848
  • 2
  • 27
  • 43
0
votes
1 answer

ADFIND show "Description","Title", "Phone", "Fax" , after show all members in a AD Group

I have used ADFIND -f "&(objectcategory=group)(cn=AccessIntraCX)" member to show all members, but I would like to show addtional details, for each members, such as Title, Description, Phone, FAX. how can i do it ? Thanks a lot .
user2672033
  • 63
  • 1
  • 5
0
votes
1 answer

Membership plugin : Can someone sign up using a fake email address?

I'm building a Membership site using wordpress and Membership Plugin . The site is still on my localhost. I did some trial sign ups and it worked perfectly well. But I noticed that, I can use even a fake email address such as xyz@gmail.com or…
0
votes
2 answers

Membershi plugin : Can I use custom page for user login?

Dear Wordpress developers, First of all I must say I'm new to wordpress themes development. I'm creating a membership site using Membership plugin. I created the site and all other pages Account, Register, Subscriptions...etc. But I noticed that,…
Tharindulucky
  • 65
  • 1
  • 12
0
votes
4 answers

ASP.NET Provider with Different Types of Roles

I have different types of Roles to take into account when authorizing a user. For example: John must have Position Manager and be part of the Office Supplies Department to order a new computer. Problem with Roles is Roles.GetRolesForUser("John")…
teebot
  • 1,089
  • 2
  • 12
  • 25
0
votes
2 answers

Displaying data from three table with ASP.Net MVC

I've 3 tables and 3 models. Adding control to control folder. Selecting webpages_UsersInRoles and UserContext for context. I need display UserId (Int) UserName (String) and UserRoles (String). Cant get UserName anyway? //my user context and…
Uzay
  • 809
  • 9
  • 18
0
votes
1 answer

How to access Membership/roles through silverlight

I have a silverlight control on my asp.net mvc page, need to communicate with a webservice where i need to send the current role of the user logged into the system with. But how do I access the "Roles.GetRolesForUser()" from within my silverlight…
H4mm3rHead
  • 553
  • 1
  • 12
  • 28
0
votes
2 answers

iOS Apps that require a membership to use

I'm developing an iOS app for companies that will help them track their sales rep's progress throughout the day. Tracks a lot of different info and helps with time management, etc. The service requires that a company sign up for the service…
user1326304
  • 37
  • 1
  • 5
0
votes
2 answers

redirect user to page upon log in, based on their role

This seems like it should be so simple, yet I can't figure it out even after scouring stackoverflow. I have a very standard Login control:
0
votes
1 answer

Using Entity Framework Model First with Asp.Net Membership Provider

I am currently using MVC4 and entity framework model first. I was wondering how I am supposed to associate the asp.net membership provider tables with entity framework models. I tried adding membership provider tables into my EF database. But when I…
Swyish
  • 13
  • 1
  • 2
0
votes
1 answer

C#.NET MVC4 - Windows Authentication and custom user data

The client I work for at the moment wants to use their Active Directory logins with single sign-on when connecting from a domain computer. I have however no experience with Windows Authentication. The problem however is, that I need to reference the…
user1403385
0
votes
1 answer

How to get the windows login user on asp web page?

I wonder if it is possible for an official way or hack to retrieve the windows login of the user currently logged on a asp web page with option "allow anonymous users" ? Or using imported windows dll perhaps ? I know that normally with the "deny…
Mehdi Bugnard
  • 3,889
  • 4
  • 45
  • 86
0
votes
1 answer

How to allow admin to change anyone's password in Membership

How does the default ASP.NET Membership's Change Password page allow me to change anyone's password? It looks like the Change Password page doesn't take any parameters where I could specify User ID or something. It appear like it is designed to…
dotNET
  • 33,414
  • 24
  • 162
  • 251