Results 1 to 13 of 13
-
21-04-2010, 10:52 #1
[Suggestion] 1 token, multiple server groups
Problem: I would like to be able to assign multiple (varied) server groups for somebody connecting for the first time. Currently, I send them an email or give them a popup with the ts3server link with a token. I would like for it to be a simple 1 click process from the website point of view.
To be able to do this, you need at least 1 token to get them online or by email, but then you have to also give them tokens for the other server groups you would like to assign them. For various reason I don't want others to manage tokens, I am trying to automate linking a website account with the TS account. Users simply don't understand having to copy/paste multiple tokens after clicking on the first link, to get into the access groups they need. Providing multiple links doesn't work well, because the ts client always wants to open a new tab, and while it grants the server group per that token, the user has to close teamspeak, and log back in with the 1st bookmark in order to see the update. Too complicated.
Solution: Simply allow multiple database entries for the token table, using different token_id1, but the same token_key. I've tested doing that, and the server simply uses the 1st token match it finds, and then deletes all of them.
It would be nice to have it consider the token_id1 for each unique token it finds and assign the connecting user/token to each server group.
For those that do not have access to their database tables, you could put something in the token manager to allow for multiple groups for each token created.Last edited by SShaadd; 17-06-2010 at 17:52.
-
02-05-2010, 00:39 #2
Any possibilities on implementing this?
Being able to setup a single registration link for a website user to be in multiple TS3 server groups seems like it could be done by having the server look for additional entries in the token table to assign multiple groups with the same token id, or allow tokenid1 to accept multiple server group ids. The current solution of having multiple links/tokens handed out to join the various groups still seems like it would be confusing to the website user. Any thoughts on this?
Last edited by SShaadd; 02-05-2010 at 00:54.
-
12-06-2010, 21:45 #3
Any possibility of implementation or consideration?
-
12-06-2010, 23:11 #4
This is what I said. I have multiple groups created with different permissions.
Some groups are created just for icon inclusion. Some groups have permissions exclusive to that group. They go to the website to 'renew' or get their initial permissions.
I see what you are saying about creating a single group for every possible combination of the various group permissions, but it would be a lot of groups created, with having to differing icon for each.
For example: I have
Officer (with it's own icon)
TeamA (with it's own icon)
TeamB ect.
TS server admin (with it's own icon)
And I would really like to implement an icon for each rank as others have suggested. You can see the complexity of trying to think of trying to combine every possible combination of groups into one for a single token. It would be far easier just to assign a single token and have multiple groups attached to it in the database. That way, when the member renews/gets their initial token, they only have to deal with one token.
I'm sure this might be complex to implement on the client interface, but like I said before, it would be really easy to do from the database or serverquery point of view. Those website admins that need this functionality would be quite happy with just the server option. I can generate a custom token by inserting it into the token table multiple times, all with the same token id, but different groups. All that would be required on the server end is iterate thru each group with the same token id and assign permissions, deleting them one at a time as it goes, instead of finding the 1st one, and deleting the rest.
-
30-12-2010, 08:18 #5
-= TeamSpeak User =-
- Join Date
- Dec 2010
- Location
- US
- Posts
- 5
I agree, it would be nice to assign people to multiple groups from the start. For me I have a script generating tokens, as of right now I have to generate the token, then have them send their uid to the server so that it can add them to the groups they have access to. Would be nice to skip a step.
-
01-01-2011, 10:13 #6
-= TeamSpeak Fanatic =-
- Join Date
- May 2006
- Location
- Europe/Czech Rep.
- Posts
- 1,299
Why don't you simply ask them for their DB uid ? enter it while adding in groups.
Or when they are online clicking on them and check check-boxes?
I know it's not a solution you wanted, just to make sure pointing out other possibilities.
You might as well, do an sql query script that will add them to the groups again only thing you need it their DB uid.
As I see it, if you have to send them privilege key or they send you their DB uid its still only one way single message to get it done. The way to deliver msg and security concerns related to such delivery will in case of compromised msg have same result. Doesn't matter what option you use.
-
13-07-2012, 23:28 #7
-= TeamSpeak Addict =-
- Join Date
- May 2012
- Location
- UK
- Posts
- 309
[Suggestion] Multiple groups per token (instant user setup in a can)
This thread was merged and rejected
There is a servergroup dialogue where you can assign multiple servergroups to someone via ticking all that are required. Can you implement this feature into token generation so we can set up a token that gives someone all the groups they need? So that:
A code such as UPd9hlzNqkB0i7LUtJU1Fn9+F25l+FEgZ64gaT3c
May give someone the following ServerGroups:
Clan Member
Forum Moderator
Squad Leader
etc. It would save a lot of time instead of generating multiple codes and keeping track of everything. That way we can have a token labled as "Wesley" which gives the person everything they need in one fell swoop.Last edited by dante696; 13-02-2013 at 09:23.
-
14-07-2012, 10:54 #8
-= TeamSpeak Fanatic =-
- Join Date
- Jul 2006
- Posts
- 1,573
If you generate multiple tokens on a regular basis for several (up to maybe hundrets of users) you definitely can use a simple script to generate and email tokens to the users.
Also an additional table in the sql database structure would be neccessary.
I think your type of use is too specific to implement it.
-
16-07-2012, 04:25 #9
-= TeamSpeak Addict =-
- Join Date
- May 2012
- Location
- UK
- Posts
- 309
Should be no different than assigning multiple server groups to one identity, assigning multiple server groups to one token. It would simplify the set up process and the requirements upon the user.
-
16-07-2012, 09:59 #10
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,764
Such feature won't be added.
---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
16-07-2012, 13:38 #11
-= TeamSpeak Addict =-
- Join Date
- May 2012
- Location
- UK
- Posts
- 309
Any particular reason or feedback?
-
16-07-2012, 13:44 #12
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,764
One token per group this is our meaning behind a privilege key. A normal use of our permisison system does use one group only.
clans or guild do use more then one group, to add icons, but thats much to customized.
Or "we don't wan't to implement that" :-/---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
16-07-2012, 13:52 #13
-= TeamSpeak Addict =-
- Join Date
- May 2012
- Location
- UK
- Posts
- 309
I see, oh well.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Suggestion] Message Multiple Users and Groups
By Billy_the_Puppet in forum Suggestions and FeedbackReplies: 0Last Post: 29-03-2010, 18:44 -
[solved] i need some help with my ts server
By rebelwarrior in forum [TeamSpeak 2] Client SupportReplies: 3Last Post: 14-11-2008, 00:34 -
Can't enter admistration or my server.
By TheSavior in forum [TeamSpeak 2] Server SupportReplies: 12Last Post: 10-06-2006, 22:48 -
Server
By lars-andre-petersen in forum [TeamSpeak 2] Server SupportReplies: 70Last Post: 26-09-2005, 11:54




Reply With Quote
