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

[BUG] Hard to remove passwords with special characters in aliases #5

Closed
sachapomme opened this issue May 18, 2020 · 2 comments
Closed
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@sachapomme
Copy link

Description of the bug
It is possible that the alias of the password has some weird characters that makes the password hard to remove from the database.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new entry with an alias like a tab at the end.
  2. The tab is displayed as a crossed box. And you may not remember which character it is later on.

Expected behavior
I think you should make an extra safety step and check that passwords are only a-z, A-Z and 0-9 characters or something like that, to make the passwords easy to remove.

Screenshots
bug

Version
v0.2.2

@sachapomme sachapomme added the bug Something isn't working label May 18, 2020
@AnonymousX86
Copy link
Owner

Thanks so much for request. 👋
I'll add checking like that shortly.

@sachapomme
Copy link
Author

Okay, glad to hear that I could help!
Amazing looking program!

@AnonymousX86 AnonymousX86 added the good first issue Good for newcomers label May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants