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

Support more than one account #5

Open
Yossi opened this issue Jan 18, 2013 · 2 comments
Open

Support more than one account #5

Yossi opened this issue Jan 18, 2013 · 2 comments
Labels

Comments

@Yossi
Copy link

Yossi commented Jan 18, 2013

I can see that you put in some code towards this goal, but I just wanted to open a feature request so this does not end up forgotten.

@ecki
Copy link
Owner

ecki commented Jan 19, 2013

Thanks for the FR. Yes I had thought about it, but was not sure how to do it. I think I will make a GUI where you can type a password and it will constantly (in the background) try to apply the password. For all entries where the PW matches the code is displayed. That way you can decide to protect all codes with different or same password. This also includes updating the code when the time wraps and probaly adding a "copy to clipboard" button to all.

@ecki
Copy link
Owner

ecki commented Jan 19, 2013

BTW: if you need multiple accounts, you can start the program multiple times picking different workdirectories:

etotp/
  config1/
  config2/
  etotp.jar
  config1.sh    
  config2.cmd

With config1.sh

cd `basename $0`/config1
$JAVA/bin/java -jar ../etotp.jar

i.e. start the program with a unique work directory.

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

No branches or pull requests

2 participants