Idea for a minilogin change
This was just an idea I had while looking through the login server code. How about instead of short-circuiting the CheckLoginInfo function for minilogin builds, we do this:
run through CheckLoginInfo and in GetLSAuthentication() still search the login_accounts table for a match. If one is found, log them on with that user account. If not, just add it to the database, query again to get the right id and proceed on.
That way, anyone can log on, just as it is now, but characters could at least be tied to a single logon.
Any thoughts on that?
|