Skip to content
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

Multiple users for same application #40

Closed
iia opened this issue Sep 23, 2017 · 3 comments
Closed

Multiple users for same application #40

iia opened this issue Sep 23, 2017 · 3 comments

Comments

@iia
Copy link

iia commented Sep 23, 2017

If I understand correct, currently there can be only one user:password pair for an application.

Wouldn't it be nice to allow multiple user:password pairs for the same application? For example, for people who have two accounts for some service with different privileges? This could be a potential feature upgrade.

@conradkleinespel
Copy link
Owner

conradkleinespel commented Sep 23, 2017

Hello @iia! Yes, you are right, currently there is only one password for each application name. So you can't have multiple passwords for one app named "Github", for instance.

The way I handle that is by having multiple entries in Rooster. For example:

rooster generate GoogleWork work@email.com # work account
rooster generate Google my@email.com       # personal account

rooster get ggl
  • If you do rooster get ggl, Rooster asks you if you wantGoogleWork or GooglePersonal,
  • If you do rooster get google, you get the password for your personal account,
  • And if you do rooster get googlework, you get the password for your work account.

Does that meet your needs?

If not, please explain in more detail what your use case is so we can try and find a way for Rooster to work for you.

@iia
Copy link
Author

iia commented Sep 23, 2017

Hi,

Yah that works too.

I had a different mental model of the system previously. As in, when creating a new user:password pair the pair must belong to one application and the users of an application must be unique.

@conradkleinespel
Copy link
Owner

Great to hear that works for you 😃

FYI the only thing unique in Rooster is the app name. Usernames and passwords can be duplicated.

If you have any other questions, feel free to open a new issue or get back via email.

Cheers !

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

2 participants