Menu

#1160 Unnecessary directory creation in portable mode

v1.0_(example)
closed
None
1
2014-03-07
2014-01-30
yaun
No

Step to reproduce the bug:

Run passwordsafe in portable mode, starting it, for example, with the following command line arguments:

pwsafe -h computer_name -u user_name -g pwsafe.cfg safename.psafe3

Behavior:
Upon start, an empty directory named PasswordSafe is created in %userprofile%\AppData\Local

Expected behavior:
No modification of the filesystem on local disks, except for the directory containing passwordsafe files.

Discussion

  • Rony Shapiro

    Rony Shapiro - 2014-01-31
    • status: open --> pending
    • assigned_to: Rony Shapiro
     
  • Rony Shapiro

    Rony Shapiro - 2014-01-31

    Fixed as follows: If the config file is passed in the command line (-g), the config directory will not be created.
    Commit 73803e0, will be in next release.

     
  • yaun

    yaun - 2014-02-03

    Great. Thank you very much.

     
  • Rony Shapiro

    Rony Shapiro - 2014-03-07
    • Status: pending --> closed
     

Log in to post a comment.