[Logo] JForum - Powering Communities
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Top Downloads] Top Downloads   [Groups] Back to home page 
[Register] Register /  [Login] Login 


JForum 2.8.3 is out with various fixes and improvements. Read all about it here

Merging Users Table RSS feed
Forum Index » Integration Forum
Author Message
furqan93


Joined: 2016/1/5
Messages: 5
Offline
Is it possible that I can merge jforum's user's table with my application's user's table? If yes, can you please guide me where to do the changes?
andowson


Joined: 2011/6/30
Messages: 252
Online
I don't know what "merging users table" really means for you.
If you remain keeping two users tables, one for your application, the other for JForum, then SSO would do the trick.
You can use your application user's username to login JForum by implementing JForum SSO.
See this post http://jforum.andowson.com/posts/list/35.page as a reference.

If you just want to keep one users table for both your application and JForum, then you can keep jforum_users table
and add new columns into jforum_users for your applications.
furqan93


Joined: 2016/1/5
Messages: 5
Offline
I dont want to keep two user's table. I want jforum to use my existing user's table. I have changed all queries, is there anything else left to change?
andowson


Joined: 2011/6/30
Messages: 252
Online
You can try to run it and check the log for error message.
If nothing went wrong, then you have succeeded.
smilie
furqan93


Joined: 2016/1/5
Messages: 5
Offline
I can not find the log file in tmp directory
andowson


Joined: 2011/6/30
Messages: 252
Online
1.Check if you have a log4j.xml in your jforum/WEB-INF/classes directory. If no, copy from jforum/WEB-INF/log4j_template.xml.
2.Restart JForum and check if /tmp has jforum.log there.
 
Forum Index » Integration Forum
Go to:   
Mobile view
Powered by JForum 2.8.3 © 2023 JForum Team • Maintained by Andowson Chang and Ulf Dittmer