Go Back   Pligg CMS Forum > Other > Suggestions

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-31-2006, 09:18 PM
New Pligger
 
Join Date: Jul 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Single Sign On

I'd love to see the ability to host many pligg sites AND allow users of the site to log in using the same username and password.

I don't believe this is doable now, but maybe there's a code tweak that you guys know of that would allow for this.

On central User repository for many pligg sites would be awesome.

Let me know. (i'm going to work on skinning pligg and when I do I'll post a howto plus the skin on my blog...once I get that up as well ;P

thanks!
Reply With Quote
  #2 (permalink)  
Old 08-01-2006, 12:13 AM
Yankidank's Avatar
Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 1,820
Thanks: 110
Thanked 182 Times in 128 Posts
Send a message via AIM to Yankidank Send a message via Skype™ to Yankidank
I proposed this idea to the developers over a month ago, but the majority of developers told me that they would not want this because they want "their own members". This could be done if Pligg transitioned to TypeKey authorization (explanation below). I thought it was a bit of a selfish perspective to not let users jump from one site to the other with ease.

Here's my proposal that I gave for the developers to look over:
TypeKey is a user authentication technology I first saw being used in the latest version of Geeklog (one of my favorite CMSs) that was released late last year. The system works by creating a central user database for multiple sites to log in with. Much like how Gravatar lets you take your icon from one site to another, TypeKey lets you log in to several sites using the same credentials. If integrated with Pligg users would be able to log in to any Pligg site with the same credentials. So if you are signed up for an account with Pligg.com you can log into Shakk.us with the same username and password. Currently TypeKey is being used for Blogger and LiveJournal accounts, which means that if a user has a Blogger account they could log into a TypeKey enabled Pligg site with their Blogger username and password.

The big reason I would like to have this feature built into Pligg is so that we can have a centralized user database. That way we could share users between all Pligg sites and make it more convenient for users to log in to sites without having to go through the registration process over and over again.
__________________
Need a Pligg Host?
Get 3 free months
when you buy a year of hosting.
Use the coupon PLIGG at either...
MidPhase hosting starting at $7.95/month.
ANhosting hosting starting as low as $4.95/month.
Reply With Quote
  #3 (permalink)  
Old 08-01-2006, 02:28 AM
Casual Pligger
 
Join Date: Jun 2006
Location: Sweden
Posts: 37
Thanks: 1
Thanked 2 Times in 1 Post
Quote:
Originally Posted by monty
I'd love to see the ability to host many pligg sites AND allow users of the site to log in using the same username and password.
I'd also love to see that feature.
__________________
My Pligg site: Digga
Reply With Quote
  #4 (permalink)  
Old 08-01-2006, 02:44 PM
New Pligger
 
Join Date: Jul 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation RE: single sign on

while I understand your request to have single sign on across the pligg community I also agree that your request is a bit extreme.

what I'm suggesting it single sign on for the pligg site that any user maintains.

so if I run 4 pligg sites I want to allow my users single sign on to just those 4 pligg sites.

that's a bit more realistic than a communal pligg user base. the greater concern there is data corruption and integrity. who's the controller, etc. who owns the data, etc.

I don't think my request is too far fetched.
Reply With Quote
  #5 (permalink)  
Old 08-01-2006, 04:34 PM
3dKiller's Avatar
Constant Pligger
 
Join Date: Mar 2006
Location: Newport Beach
Posts: 142
Thanks: 24
Thanked 2 Times in 1 Post
Quote:
what I'm suggesting it single sign on for the pligg site that any user maintains.
Monty,

I was one of the 'selfish' ones who objected to the 'global typekey' solution. That being said, I believe your idea is a good one.

Pligg is currently setup to look at one database for everything including votes, comments, users, etc. So Pligg would have to be modified to look up user data separately. I would like to think this is possible.

Anyone?

~3d
Reply With Quote
  #6 (permalink)  
Old 08-01-2006, 07:30 PM
Div Div is offline
Casual Pligger
 
Join Date: May 2006
Posts: 60
Thanks: 0
Thanked 7 Times in 4 Posts
I don't know how to do it, but couldn't you use one database for all 4 sites and give each a different table prefix except the user table. Not sure how that would be done in the code, but I have seen it done somewhere else. (can't remember where now, not with pligg but another cms). As long as the user table is the same accross the different sites it should work fine. (no extra fields for one site or another). It could be done I'm sure.
__________________
DivGamer.com
Reply With Quote
  #7 (permalink)  
Old 08-01-2006, 07:58 PM
New Pligger
 
Join Date: Jul 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
RE: single sign on

thanks for the replies. I would think it wouldn't be a huge issue.

just wanted to know if anyone has done it OR knew that it was for some odd reason a extra difficult task.

I haven't looked at one line of code for pligg yet.

just making sure it's something I could use and I believe it is.

sounds good. thanks for the replies!
Reply With Quote
  #8 (permalink)  
Old 08-02-2006, 02:11 AM
Casual Pligger
 
Join Date: Jun 2006
Location: Sweden
Posts: 37
Thanks: 1
Thanked 2 Times in 1 Post
Quote:
Originally Posted by monty
what I'm suggesting it single sign on for the pligg site that any user maintains.
so if I run 4 pligg sites I want to allow my users single sign on to just those 4 pligg sites.
That's what I meant as well. I would find this very useful.
__________________
My Pligg site: Digga
Reply With Quote
  #9 (permalink)  
Old 08-02-2006, 12:21 PM
Casual Pligger
 
Join Date: Jul 2006
Posts: 73
Thanks: 2
Thanked 2 Times in 1 Post
some very detailed review of this issue over at drupal...

this came up a while ago at drupal, here's a link to the most succint review of optiosn and alternatives: drupal single sign on topic
(note that you should follow the whole thread, as users reviewed just about every option out there beyond the top five or so)

also, this post links to the drupal single sign on module, which, "Enables "Single Sign-Ons" between related Drupal sites on one server with a shared database"

perhaps that code will help somebody...

however, i think that the sxip module (for drupal) will probably be better long haul, as it is supported by the IETF...
Reply With Quote
  #10 (permalink)  
Old 01-21-2007, 10:26 AM
New Pligger
 
Join Date: Jan 2007
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
I would like to see this, as well. I want to allow single sign on across multiple apps like phpBB, MediaWiki and Pligg on the same domain. How about Yahoo!'s BBAuth? Anyone tried that approach yet?
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
Single step registration + Confirmation e-mail v0.1 dollars5 Modification Tutorials 196 11-03-2008 08:42 AM
Link will not work if UK pound sign in it. KPR Bug Report 4 03-04-2008 01:29 AM
Visitors cannot sign up to my pligg site bcdxer General Help 11 01-08-2008 11:54 AM
Gazillion Accounts Sign Up in 2 days? argh2xxx Bug Report 3 01-04-2008 04:38 PM


Search Engine Friendly URLs by vBSEO 3.2.0