-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Comments
This sounds like a security risk if anything |
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. |
No??? |
Many many people use the same PW for many accounts. A quick Google search shows that. |
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. |
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.
The text was updated successfully, but these errors were encountered: