Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clearing the username field is not saved #634

Closed
postiffm opened this issue Jan 31, 2020 · 1 comment
Closed

Clearing the username field is not saved #634

postiffm opened this issue Jan 31, 2020 · 1 comment

Comments

@postiffm
Copy link

postiffm commented Jan 31, 2020

  1. Create new test entry. It is pre-populated with a default username which is one of my email addresses. Save it.
  2. Right click on it, edit, clear the username field, hit Apply and OK. The listing for this entry still shows test [myusername]. Notice that after you hit apply, the "Edit Entry" window still has a blank username, but the listing of passwords in the main window still shows test [myusername].
  3. Right click on it, edit, the username is back. It is "stubborn" about being removed.

If instead I change the username to something non-blank, it DOES save it properly. Its like pwsafe always wants to put back the default instead of a blank, even when I tell it I want it blank. (This default is set in Options | Misc. | Default Username.)

So I guess the issue is that if the Default username field has something in it, you don't let any entry have a blank username? That's not quite right, because if I create a new user test2 and clear the username field at the time of creation, and hit OK, it DOES save the entry with no username.

@ronys
Copy link
Member

ronys commented Feb 1, 2020

Thanks for the clear write-up. Fixed in commit 3477e34, will be in next release.

@ronys ronys closed this as completed Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants