Mastodon: Multiple Account Management

Created on 2 Jan 2017  路  11Comments  路  Source: tootsuite/mastodon

I'd like to be able to log into multiple Mastodon accounts on the same instance, say, a public and private account as 2 separate entities I could track, mimicking how I use private and public accounts on twitter.
Potentially you could have extra columns for the other account and toggles between which accounts to toot from, similar to tweetdeck, or a probably-easier option to simply switch accounts, without actually having to log out and log in again.

suggestion ui

Most helpful comment

Ever tried to handle four accounts plus with the web ui? It's hell on earth!

This feature is urgent! For the sake of tooting please do it 馃檹

All 11 comments

It shouldn't be super hard to implement on a single-instance basis. Twitter works like this: You can allow other accounts to control your account under preferences. This allows you to post tweets etc. in Tweetdeck, which conviniently looks a lot like Mastodon.

So all it requires is that the mastodon instance stores a field in the db, saying what users are allowed to control this account. These users can then open columns in the interface which corresponds to what the interface would look like if they logged in.

Interested folks could in the mean time perhaps play with https://naumanni.com/

馃憤

In the meantime this use case can be solved in Firefox using containers. You can enable via a flag in about:config or install the Multi-Account Containers add-on. https://blog.mozilla.org/tanvi/2017/10/03/update-firefox-containers/

Is it possible "architecturely" speaking to create an app using the oauth2 tokens shared between users? :)

Related to #5515, although that issues is more about interest separation under a _single_ account.

I think this is really important, because people will want multiple accounts but they may only trust their local admin. It's a lot to ask an admin to administer two separate servers (which at the moment is the only "true" solution for this if you have one admin you trust)

I found this issue via https://github.com/tootsuite/mastodon/issues/2134 which was marked as a duplicate of this one. I think sharing access to accounts without sharing passwords is a very important feature for groups and organisations and lack of it may even be partial blocker to Mastodon precense as password sharing can be more risky.

There is also 2FA which I think to become weaker protection with shared passwords as the secret would likely be stored with the password if 2FA was used at all. Thus I don't consider Multi Account Containers and similar browser features as a solution.

Comparing to Twitter/Tweetdeck, I think it would be an improvement if Mastodon told users of a shared account who has took actions as the account so e.g. if a user account got compromised, which account would be faster question to answer or they often perform actions through wrong account (which is mainly issue with Facebook) notifying them would be faster.

I'd love to see this feature because it will make handling your personal and your organization's account at the same time easier! :-)

Ever tried to handle four accounts plus with the web ui? It's hell on earth!

This feature is urgent! For the sake of tooting please do it 馃檹

i don't know how, but Fedilab does a great job at handling multiple accounts with a user switcher button. Could be inspiring for the web ui.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alex73630 picture alex73630  路  56Comments

0gust1 picture 0gust1  路  59Comments

Gargron picture Gargron  路  121Comments

hach-que picture hach-que  路  263Comments

SelfsameSynonym picture SelfsameSynonym  路  96Comments