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

asp.net Membership : confirmation email blank

I'm using stock Asp.net membership with built in Login controls, etc. Problem is that the confirmation email that is send by registering has a body that is blank. It should have a link in it that the user clicks on to confirm their email and…
JoeJoe
  • 705
  • 1
  • 11
  • 16
0
votes
1 answer

MVC3 - Authentication for UserId

TO BE CLEAR: I have two groups of users - GroupA - User1, User2 GroupB - User3, User4 Group A does TaskA and creates TaskA Object Group B does TaskB and creates TaskB Object Role based prevents GroupA from editing TaskB Object and vice versa The…
J0NNY ZER0
  • 707
  • 2
  • 13
  • 32
0
votes
0 answers

.NET portal to "host" multiple .NET applications - How should I set up roles and permissions?

I'd like to build a .NET web portal to hold multiple .NET applications. However, I'd like it to only show those apps that are available to the logged in user. How would you do this?
paul
  • 50
  • 8
0
votes
1 answer

User member of group in a particular computer?

I'm writing a web application and I'm trying to authenticate admin users. I was hoping to do this by having a local group on the server that I add domain users into. I have a group called ProductionManagers which I add people with admin rights into.…
0
votes
1 answer

CreateUserWizard fires CreatedUser event at Step1

I can't seem assign the CreatedUser event to the Finish step. Here is the ASP pretty much out of the box with 2 steps:
RyanJMcGowan
  • 1,485
  • 1
  • 15
  • 33
0
votes
1 answer

Can i make relationship between default membership table and new table

I have created a new table in the membership database. Now I want to make a relationship with the _aspnet_Users_ table. I've made the relationship, but when I make an asp.net entity model from the database, the Model1.edmx shows the tables without…
Milanix
  • 31
  • 2
  • 9
0
votes
1 answer

How do I reach the middle tier using the memship class?

I have a 3-tier ASP.NET 2.0 app. I want to use the Membership.ValidateUser method of the membership class using the credentialls added with the login control. As stupid as it seems, I can't figure out how to have the ValidateUser control call…
Donde
0
votes
1 answer

.ASPXAUTH and .ASPXANONYMOUS are getting deleted in debug environment

I am debugging my project at my local machine. I am storing information in two default cookies .ASPXAUTH and .ASPXANONYMOUS. However, I realise they are deleted everytime when I stop debugging. So SQL server can never match up the previous profile…
Tom
  • 15,781
  • 14
  • 69
  • 111
0
votes
1 answer

Expression engine login issue (membership module)

I am using Expression Engine 2. I wanted to create a simple members only section. I've created the relevant permissions using membership groups and I have implemented rights to certain pages for the membership groups. I have used the login form tag…
KWorrall
  • 420
  • 3
  • 7
  • 16
0
votes
1 answer

MembershipProvider and PasswordRecovery control

I need help using the PasswordRecovery control in .net 2.0. My situation is the application has changed from storing the passwordformat in Hashed to Clear. The problem is the newly created users have a clear password stored and there are still users…
test
0
votes
1 answer

ASP.net Reverse User GUID to UserName

Struggling trying to find best way to reverse a GUID to username. Any help?
0
votes
2 answers

How do I get the current user in an MVC Application?

Possible Duplicate: How to get current user in Asp.Net MVC I've tried a bunch of different things, I know I've done it before when I used Webforms, but I can't seem to figure out how to do it in MVC. Membership doesn't work User gives me an…
Matt
  • 5,249
  • 12
  • 40
  • 45
0
votes
3 answers

Display the name of current user in horizontal menu

I am using Asp.Net built-in membership framework , I have a requirement where I need to display the name of the logged-in user, my aspnet_users table stores the user name something like this abc001 which is actually the usercode of the user , its…
0
votes
1 answer

Create Foreign Key to ASP.Net Roles table

I have a Pages table, I have a PagesRoles table with PageId, RoleID that links to ASP.Net Membership Roles table and the Pages table. I want to somehow return a Page that links to the currently logged in User's Roles. The User may be in more than…
Jon
  • 38,814
  • 81
  • 233
  • 382
0
votes
2 answers

What good software or scripts are available for managing users and subscriptions on our website?

Ok so it's not exactly a programing question but does anyone know or have experience with looking for a system for managing users on a website we are building? what is the shortlist of good feature rich secure solutions. we need Php and mysql…
undefined
  • 5,190
  • 11
  • 56
  • 90