|
Using external system for authentication
|
|
03-31-2007, 12:41 AM
Post: #1
|
|||
|
|||
|
Using external system for authentication
Hi,
Does anyone have or know of references on how to authenticate myBB users using an external system? thanks. |
|||
|
03-31-2007, 05:02 AM
(This post was last modified: 03-31-2007 05:03 AM by Dennis Tsang.)
Post: #2
|
|||
|
|||
|
RE: Using external system for authentication
In inc/functions_user.php, you can probably modify validate_password_from_uid() which takes care with checking the password on login. Various bits of code in member.php and class_session.php deal with the cookies that keep the user logged in.
If you do change it so that it uses another authentication system, I'd recommend making a copy of the user into the mybb_users table, so that MyBB can have that user as a reference for post author data, permissions, etc. Or else you will have to end up making a lot of modifications to MyBB for it to find user data in another location. MyBB is on Facebook and Twitter |
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help




