-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Character with inactive token not showing alts #856
Comments
there is a permission to do this under 'global'. 'Grant access to see invalidated tokens' |
I am logged in as Administrator. The issue is the linking, not not being able to see characters sheets of inactive tokens |
@kwazulueve the thing is - we know to which user a character is tied based on token. You can still get access to this information on user card for a different reason : the user scope. As administrator, you might be faced to case when user duplicate user accounts and then had to forward character accross user account. This is more for administrative purpose than intel. |
What is your current use case for a random member having an inactive token on an alt due to password change, a corp manager noticing that and wanting to contact said member to fix the issue? |
Hum, I would say corporation tracking ? |
Personally I would still prefer this way, as the user list is very inaccessible for this kind of workflow, and I don't really want to allow access to the Users page to my HR that does cleanup when someone leaves the corp. My problematic scenario is the following:
This is important when reviewing the main of an old member to verify that their alts are no longer in the corporation, as well as when reviewing the page of an alt where the scopes have been lost (found via the tracking tab on the corporation page) to identify which player it "should" belong to. When we get note of someone leaving (they don't always tell us, and we don't get any notifications that are actionable in SeAT when a character leaves the corporation) we would prefer to go to their main character and see the list of associated alts. If they have pulled scopes, this is not possible. I understand the edge case of transferred characters, but it's still worthwhile seeing "this alt last belonged to main X when we last had scopes for it" |
eveseat/web#657 should fix this. The problem is actually much simpler than I expected since refresh_tokens are soft deleted, sorry @Sjolus for having you open an issue |
I am glad you found a fix for this pretty major usability issue, looking forward to deployment |
On the character sheet (characters//sheet) of a character with an inactive token the other characters of that user are not listed. This is annoying as when you click through from the corporations//tracking page on characters with an inactive token, additional searches need to be done on the user list to actually see who the main character is.
Reverse, the inactive token character(s) do get shown on any alt character sheet page
The text was updated successfully, but these errors were encountered: