Quote:
Originally Posted by Disasterpiece
I'll see what I can do.
Problem is that the vbulletin registration script itself is very isolated and hard to modify without modifying the vb core files which is an absolute no-go.
The way the steam authentication works, is by using its own login script (login2.php) and creating a session via the vbulletin API by itself.
There's no way to completely alter the core vbulletin login script, that's why the mod can only function as an extension instead of a replacement.
However, it might be possible to work something out with usergroups being assigned on registration, I'll see to it as soon as I get some time.
|
With your current system if you create a forum account you can still login normally which I really like. Isn't it just possible to replace the register.php file solely to use the steam login? Which makes it possible to both use login and login2.