Skip to content

Feature: AccountPW-link #22193

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

Open
Raz0r1337 opened this issue May 24, 2025 · 5 comments
Open

Feature: AccountPW-link #22193

Raz0r1337 opened this issue May 24, 2025 · 5 comments

Comments

@Raz0r1337
Copy link

Describe your feature request or suggestion in detail

I think it would be great if there was a way to link multiple accounts together so that they all share the same password. So if you change the password of the master account, all the passwords of the slave accounts would be set to the same one.

Describe a possible solution to your feature or suggestion in detail

I don't know exactly how to do this. I only know that it's not possible with a simple database link because password DB entries are generated using a combination of the password and the account name written in capital letters.

Additional context

This would be a great way to manage many accounts for a single user and would minimize administrative effort.

@Kitzunu
Copy link
Member

Kitzunu commented May 24, 2025

This sounds like a security risk if anything

@Raz0r1337
Copy link
Author

Not really, it relies on the implementation. If the command is limited to admins, the rist should be very low.

If any person has more than one account, they use the same passwords anyways, so it's a bit easier to manage more than one account. 😉

It can be done with a security key that have to be generated before and must be used to link the accounts, so it's impossible for others to link accounts from others.

@avarishd
Copy link
Contributor

avarishd commented May 24, 2025

If any person has more than one account, they use the same passwords anyways, so it's a bit easier to manage more than one account. 😉

No???
Edit: Similar, maybe?

@Raz0r1337
Copy link
Author

Raz0r1337 commented May 24, 2025

Many many people use the same PW for many accounts. A quick Google search shows that.
I don't say that this is a good idea or anyone should do so, but they do it anyway. And this feature could add a bit more security to such account setups. It gives you the ability to change your PW for all accounts at once. And it gives a bit of comfort too.

@TheSCREWEDSoftware
Copy link
Contributor

I don't think this should be a core feature. This is enough for 1 person getting access to 1 of your accounts not even knowing you've more, changing the password of that account and others and you lost access to all those accounts.

And even then this could be achieved in a webpage when dealing with the account information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants