Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
286 views

Architecture for merging multiple user accounts together

Okay, I got a website where you can register yourself and login. You can also login with your facebook, twitter or linkedin account. It is important that users only have one account registered. So ...
2
votes
1answer
68 views

Rollback installation based on a condition

While unistalling the application normally if more than one user is logged in the system, it would show a message box if the user hits continue, the uinstallation happens but might be with errors. ...
2
votes
1answer
567 views

SSO, Facebook connect, User profile merging

I have an application which has an internal SSO implemented with it's sister sites; using a CAS implementation. It works fine and allows seamless transition for user between sites. (Though upon first ...
1
vote
5answers
293 views

Double Login PHP System

I have a question regarding PHP login systems. Is it possible to have a login system within another login system. Here's an example: I login to a site and PHP creates the session. I then want to ...
1
vote
2answers
827 views

Technology to Prevent Multiple logins to the Same Computer

I re-asked this question here because the people at ServerFault deemed that this is the appropriate place to ask this. I am trying to prevent people from multiple login into one single computer and ...
0
votes
1answer
322 views

Glassfish/J2EE: lightweight way to configure user authentication to prevent multiple user logins?

BACKGROUND We are using Glassfish server, and configured it with Single Sign-On (SSO) enabled so that user only has to authenticate once and can access multiple web apps. Each web app specifies FORM ...
0
votes
1answer
58 views

ASP.NET Website Membership

We're hitting a good number of walls and stumbling blocks as we create our custom Membership based upon MembershipProvider, MembershipUser and RoleProvider etc. We have a number of interesting ...
0
votes
1answer
244 views

Is there a PHP plugin for allowing login via major OpenIds and login APIs?

Is there a PHP plugin or an open project offering a simple login/connection system to most of the major sign in providers simply by providing an API key then storing the linked account information in ...