nextcloud / passman-webextension

Webextension for the Passman Nextcloud app. Also offers browser extension & Android app.
https://passman.cc
GNU Affero General Public License v3.0
115 stars 43 forks source link

Giving no label to new credentials for passman fails silently #204

Closed Strubbl closed 6 years ago

Strubbl commented 6 years ago
### Steps to reproduce 1. open a page i never logged in 2. click passman icon next to input field for user name 3. Fill in user name, pass and vault. 4. Do NOT fill in a label 5. click save ### Expected behaviour Password for that page is saved. Maybe if i forgot to enter a label name the passman webextension should prompt me to enter one or even better: generate one from url and user name without my interaction ### Actual behaviour Password for that page is not saved and cannot be found in vault via nextcloud web interface. ### Configuration Operating system: Archlinux Browser: Firefox 56 Extensions that might cause interference: none Passman version: 2.1.4 Extension version: 2.0.4 Nextcloud version: 12.0.3 #### Browser log
Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```
Strubbl commented 6 years ago

Okay, i reproduced this issue and saw the "1" in the passman's web extension icon. So i guess the password is saved in the web extensions. But after next sync with nextcloud the new password is gone in the web extension, too.