ironjunk / local-password-manager

Release v1.0.1 | A lightweight Password Manager to generate, store, update and retrieve passwords locally.
GNU General Public License v3.0
0 stars 0 forks source link

[Bug Report] Input fields accepting blank text #12

Closed ironjunk closed 1 year ago

ironjunk commented 1 year ago

Describe the bug The input fields for account identifier and password under the store/update password tab accepts blank text as an input and stores them in the DB.

To Reproduce Steps to reproduce the behavior:

  1. Go to store password tab
  2. Enter account identifier
  3. Keep password blank
  4. Enter master password
  5. Hit the store button

Expected behavior A warning is raised stating that blank account identifier or password is not allowed.

Screenshots blank_text_bug