marius-wieschollek / passwords

A simple, yet feature rich password manager for Nextcloud
GNU Affero General Public License v3.0
201 stars 39 forks source link

[BUG]: Data fields shown in edit form when "show hidden fields" disabled #639

Open oktayacikalin opened 4 months ago

oktayacikalin commented 4 months ago

⚠️ This issue respects the following points: ⚠️

Current Status

I've created multiple credentials for the site https://app.mensamax.de/ for different schools. I've entered custom form fields in order to fill all desired fields in the login form. That works fine so far.

Now I would like to edit these fields in Nextcloud, but I only see ext:field/tbxProjekt etc. and cannot change the actual value of the form field.

Feature Description

  1. Open the passwords app in Nextcloud
  2. Choose an existing entry having custom form fields set up by the browser extension
  3. Open its context menu and click on edit
  4. See the custom form fields as editable input fields where I can modify their contents - similar to the text type.

Additional Context

No response

marius-wieschollek commented 4 months ago

They shouldn't be shown there at all unless you have "Show hidden custom fields" enabled in the settings. Enabling that setting should allow you to edit the field.

oktayacikalin commented 4 months ago

But I can see them.

Also but after enabling that expert setting, I can finally edit their values.

I guess, form fields should be editable all the time, and not after enabling that setting.