| Author |
Topic Search Topic Options
|
brucedl
Newbie
Joined: 10 June 2003
Status: Offline
Points: 7
|
Post Options
Thanks(0)
Quote Reply
Topic: User management Posted: 17 June 2003 at 12:25pm |
|
I have an ASP based website which has a user management system in place. I'd like to use the Web Wiz forums within my site, accessible to my registered users. How can I get past having them create accounts all over again on the web wiz side? I can import info from my existing users, but then I'd have to constantly be adding new users to the web wiz db. Anybody run into this?
|
 |
acerbbs
Newbie
Joined: 05 June 2003
Status: Offline
Points: 24
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 June 2003 at 7:40pm |
yes, I try hard and I got it! I move my user info from an other forum's database to WWF manually yesterday, and today I will make this for forums and posts. but I just have a small forum, what about yours?
|
 |
fernan82
Mod Builder Group
Joined: 17 November 2002
Location: United States
Status: Offline
Points: 362
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 June 2003 at 9:40pm |
|
You would have to find a way to share the Author table between both apps.........won't be that easy considering wwf's password encryption so you would have to mod your site scripts to use your forum's tblAuthor table (on the sql version is pretty simple using views) and integrate the same type of encryption on your site..........
|
FeRnAN
|
 |
acerbbs
Newbie
Joined: 05 June 2003
Status: Offline
Points: 24
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 June 2003 at 1:20am |
|
It's a good idea to share the Author table, but need rewirte some forum codes, and more knowledges about database.
|
 |
brucedl
Newbie
Joined: 10 June 2003
Status: Offline
Points: 7
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 June 2003 at 9:41am |
acerbbs wrote:
yes, I try hard and I got it! I move my user info from an other forum's database to WWF manually yesterday, and today I will make this for forums and posts. but I just have a small forum, what about yours?
|
Over 1000 users and counting...it would be a difficult game to try and keep it updated manually, so I guess I will have to find another forum that I can use which will let me use session variables in the posts.
Edited by brucedl
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 June 2003 at 10:04am |
|
With that many users you shouldn't use session variables as they are server resource intensive and should be avoided if possible.
|
|
|
 |
xeerex
Senior Member
Joined: 19 November 2002
Location: United States
Status: Offline
Points: 601
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 June 2003 at 10:18am |
acerbbs wrote:
yes, I try hard and I got it! I move my user info from an other forum's database to WWF manually yesterday, and today I will make this for forums and posts. but I just have a small forum, what about yours?
|
You should have done a search here. Its not too hard at all to move user info (names, passwords, location) from one Access database to another, including getting the encryption done for v7.
|
|
|
 |
ljamal
Mod Builder Group
Joined: 16 April 2003
Status: Offline
Points: 888
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 June 2003 at 11:07am |
|
Are you using the SQL or Access version?
Using SQL it's just a matter of creating table joins and editing some pages to merge WWF. I did it for the LongBox.com web site with no problem. I even integrated the login cookies.
|
|
|
 |