|
|
Posted 10/02/2005 07:25:01 |
|
|
Forum Newbie
      
Group: Customers
Last Login: 10/02/2005 07:00:00
Posts: 2,
Visits: 1
|
|
We are trying to add .NET forum to our existing ASP applications and possible java applications using single login authentication. The login has been established on existing application. Is this possible? If it is, how would it be implemented? Thanks
|
|
|
|
Posted 10/02/2005 17:39:05 |
|
|
Supreme Being
      
Group: Moderators
Last Login: 14/10/2008 15:36:31
Posts: 582,
Visits: 876
|
|
Ick... I think it would be more of a monster to try it than it would be to start building a unified app (or at least a unified login)
Mark 'Rigger82' Christianson US Paratrooper & Webmaster of Paratrooper.net http://www.paratrooper.net
|
|
|
|
Posted 30/05/2005 09:47:33 |
|
|
Junior Member
      
Group: Customers
Last Login: 06/10/2006 05:59:33
Posts: 25,
Visits: 122
|
|
Same here. I have customers purchasing my product GenoPro (Genealogy Software) online. By purchasing GenoPro, the user would automatically get an account to post message to the discussion board. I am willing to move all my customers into the InstantForum database. Any suggestions to get started?
-- Daniel Morin GenoPro Genealogy Software http://www.genopro.com/
|
|
|
|
Posted 01/06/2005 08:57:37 |
|
|
Support Supremo
      
Group: Customers
Last Login: 13/11/2008 12:44:07
Posts: 568,
Visits: 2,507
|
|
DanMorin (5/30/2005) Same here. I have customers purchasing my product GenoPro (Genealogy Software) online. By purchasing GenoPro, the user would automatically get an account to post message to the discussion board. I am willing to move all my customers into the InstantForum database. Any suggestions to get started?Dear DanMorin, There is a field called GroupID in the InstantForum_Members table where you can set any MemberGroupID stored in the InstantForum_MemberGroups table. In your case, I would suggest you create a row in the InstantForum_MemberGroups table with a name like "Customers" and then use this MemberGroupID value when you move the Members from your old database to the InstantForum34 database. Also, you'll need to add a row in the InstantForum_ForumGroupsMemberGroups table with the ForumGroupID and the new MemberGroupID value for each Forum Group in your old System and do the same for the InstantForum_ForumMemberGroups table.
|
|
|
|