palant / pfp

A simple and secure browser extension to be used with KeePass databases.
https://pfp.works/
Mozilla Public License 2.0
113 stars 14 forks source link

Implement site aliasing functionality #6

Closed palant closed 8 years ago

palant commented 8 years ago

Right now, the site name can be edited but submitting it won't do anything. This functionality needs to be changed as follows:

  1. Editing shouldn't be possible if passwords exist. An error message should show up explaining that websites with passwords cannot be turned into aliases.
  2. If new site name is submitted, the original name should become the alias of the new name and new password list should be loaded.
  3. There should be a submit button so that the site name can be saved by other means than pressing Enter.
  4. If an alias is already in effect editing the site's name shouldn't be possible. Instead, the alias should be displayed along with a button to revert it.
palant commented 8 years ago

The first two bullet points have been implemented, the rest of this issue still needs to be done.