The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Using same users over multiple CMSs - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8) +--- Thread: Using same users over multiple CMSs (/showthread.php?tid=1664) |
Using same users over multiple CMSs - andrewsuzuki - 2011-05-05 ! Deleted ! Using same users over multiple CMSs - Connie - 2011-05-05 There are many projects out there to simplify logins and use only one registration, but GetSimple does not and there are many reasons for that This is GetSimple and not GetEverything ;=) you could try to write a plugin to read from a database, but still you have to activate this user in Getsimple. Don't make it too complicated. Why not use the same username and password in the systems which you want to integrate, regardless that you must define the users differently in the systems? This is administration. Normal job. Just train your memory and it will be ok ;=) Using same users over multiple CMSs - andrewsuzuki - 2011-05-06 ! Deleted ! Using same users over multiple CMSs - ccagle8 - 2011-05-06 dokuwiki and punbb allow each other to integrate signons... i then coded Extend to use that same signon. Most of the time its not that easy to do... Using same users over multiple CMSs - dominionit - 2011-07-18 ccagle8 Wrote:dokuwiki and punbb allow each other to integrate signons... i then coded Extend to use that same signon. Most of the time its not that easy to do... I can look at making a OpenID plugin ? This can maybe help in this scenario ? http://openid.net/ |