netinvent / npbackup

A secure and efficient file backup solution that fits both system administrators (CLI) and end users (GUI)
GNU General Public License v3.0
164 stars 5 forks source link

manager password bug at first configuration #65

Closed GuitarBilly closed 3 months ago

GuitarBilly commented 3 months ago

v3.0.0.1.rc1 https://github.com/netinvent/npbackup/releases/tag/v3.0.0-rc1

if you first set up a configuration the manager password is not remembered.

steps to reproduce:

  1. start npbackup-gui
  2. Load configuration
  3. set name to npbackup.v3.trial.conf and press New config
  4. tab Destination
  5. fill in repo URI and repo password
  6. Set permissions, enter Manager Password and press Accept
  7. Accept to save configuration, press OK
  8. press Configure, goto tab Destination
  9. rmb on URI and select Show decrypted
  10. watch error "No manager password defined, cannot show unencrypted" afbeelding

It seems the first time the config is created and accepted the Manager Password is not saved. When you enter it once again via the Set permissions then it is working.

.

deajan commented 3 months ago

I was pretty sure I did get rid of that bug. I'll have a look.

deajan commented 3 months ago

Solved in current git master.

You can try by installing the git master, or wait for a RC2 release which hopefully should happen somewhere in July. Feel free to re-open the issue if needed.