Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Login Integration in PHP

In my host, I currently have installed 2 wordpress applications, 1 phpBB forum and one MediaWiki.

Is there a way to merge the login so that all applications share the same credentials?

For instance, I want to register only in my phpBB and then I want to access all other applications with the given username and password.

Even if you don't know a unified way, what other login integration do you know of? Pros and cons of each?

like image 605
pek Avatar asked Dec 14 '22 06:12

pek


1 Answers

when you integrate the system. Just remember 2 things:

  1. Login to system
    Check username/password with both systems.

  2. Change of Password
    Update the password on both systems.

like image 129
Niko Gunadi Avatar answered Dec 27 '22 10:12

Niko Gunadi