-
Notifications
You must be signed in to change notification settings - Fork 18
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
trocla create user1 plain --no-random #43
Comments
I'm not sure what you expect that "feature" todo, can you elaborate a bit more? |
Sorry for the late answer!
I am not sure if i understand the handling but i did my best. Here are my problems:
|
So I tried again to understand your use-case, to see where we could improve the cli UX (besides the help). For every step I assume the trocla database is empty. Usecase:
You can do that by using
This will ask you for the plain text password, and create a sha1 of that one, but not store the plain-text one. If you want to store the plain text password, you can first set the plain text:
And then create the sha1 from that one:
This will store both plain and sha1 version of the password. It requires 2 steps:
Which I don't see as a big deal or do I miss something? |
I did expect the --no-random parameter to work together with create (which doesn't). Not a real problem - you can close it if you want. |
But what should be the behavior? |
I expected it to ask for the password. |
creates the following output:
As i understand, this feature is not implemented but would be really helpful (one step instead of two).
The text was updated successfully, but these errors were encountered: