Association w/ Groups Suddenly Stopped working on TS
Created by: The-Inquisitor
My new users aren't being asigned to the any groups on TS that they have been added to in auth.
If a user registers a new account, and goes through the normal process, the account will recieve the groups on Auth. But they wont recieve them on TS. The rules in django appear to be intact and as they were when the system was working.
When registering a new TS account in AUTH, after joining and pressing continue, it switches the TS account from the TS server group 'guest' to the TS server group 'member'. If I examine the user in the admin page, I can see that the user has been added to the AUTH groups that should also grant access in TS. This implies there is still some sort of connection between the auth and Ts, its just not granting permissions.
I have tried rebooting the VPS twice.
The issue first appeared about a week ago - possibly with the crest api changes in that patch ? unknown if this would affect it. Its possible someone altered some permission that makes the whole thing work on TS also.
I am totally stumped. I would really appreciate some help with this!