f1vlad
02-21-2006, 06:08 PM
Hi,
I have a problem of double-logins.
In short, I have password protected section of staff employees system which uses own auth system. Inside, I have bulletin boards for them, which so far they've been able to enjoy using without having to login, with little hacks, their user names are pre-filled and they are happy. vBulletin however looks at them as guests so they cannot use advanced features like smileys, subscription to thread or WYSIWYG editor for new posts.
What I am trying to achieve:
What I am trying to do is to one-way sync two user tables, custom auth system and vBulletin's. Syncing is activated whenever user logs in to "Staff section". At that time I sync username and password (+ other optional profile info) from my user table to vBulletin usertable. I have done this very successfully for phpbb.com and moodle.org -- but cannot get vBulletin to work.
What I think the issue is is the column called "salt" in username-table. What does that do? And how can I generate that so that vBulletin users are created automatically whenever my native users login.
Thank you much for your help,
Vlad
I have a problem of double-logins.
In short, I have password protected section of staff employees system which uses own auth system. Inside, I have bulletin boards for them, which so far they've been able to enjoy using without having to login, with little hacks, their user names are pre-filled and they are happy. vBulletin however looks at them as guests so they cannot use advanced features like smileys, subscription to thread or WYSIWYG editor for new posts.
What I am trying to achieve:
What I am trying to do is to one-way sync two user tables, custom auth system and vBulletin's. Syncing is activated whenever user logs in to "Staff section". At that time I sync username and password (+ other optional profile info) from my user table to vBulletin usertable. I have done this very successfully for phpbb.com and moodle.org -- but cannot get vBulletin to work.
What I think the issue is is the column called "salt" in username-table. What does that do? And how can I generate that so that vBulletin users are created automatically whenever my native users login.
Thank you much for your help,
Vlad