Jump to content
Enpass Discussion Forum

flamewave000

Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by flamewave000

  1. @Garima Singh My Enpass most of my entries do not have that "Show Webform" button, and there is no way to add it. Also, for the few that do have it, I have no way of editing the form tags, only the values. Some of my webpages have changed their web forms, which has broken the saved keys and there is no way to update the Enpass Entry's web form data. I try to click the key name such as "access key" but nothing happens. It is not editable, all I can do is delete mapping, or change the value fields and nothing else.

    image.png

    image.png

  2. Enpass on Windows has the [BACKSPACE] mapped for deleting an entry. This is very unintuitive and very abnormal on the Windows platform which has a designated [DELETE] key. It would be best if on Windows we either have it remapped to [DELETE], or we are given the option to remap it ourselves. I was attempting to delete an item today and kept trying to use the delete key which was not working. I then right clicked and after a few moments, noticed the "Move to Trash" option. This verbiage is also abnormal for Windows as it is a specifically MacOS terminology. It would make more sense to have the option just say "Delete Item", maybe in red font, and the subsequent dialog that appears for user confirmation can notify the user that it will be moved to the trash bin. In the Trash bin the "Delete" option could just say "Delete Permanently".

  3. Hey Everyone,
    I'm not sure if anyone else uses the dark theme for Edge, but if you do, I have modified the icons for the Enpass extension to be more visible.
     
    If you want to do the mod, you can grab the 2 images from this post and follow these instructions:
    1. Save images to: ...\enpass_edge_extension\data\images\
    2. Make sure the small image is named "toolbar-dark-theme.png" and the large image is named "toolbar-dark-theme@2x.png"
    3. Open the file ...\enpass_edge_extension\manifest.json in your text editor of choice
    4. Make the following changes to the file, restart Edge and you're done
    // ...\enpass_edge_extension\manifest.json
    
    // Find these lines:
    "browser_action" : {
      "default_icon": {
        "19": "data/images/toolbar-chrome.png",
        "38": "data/images/toolbar-chrome@2x.png"
      }
    },
    
    // Change it to:
    "browser_action" : {
      "default_icon": {
        "19": "data/images/toolbar-dark-theme.png",
        "38": "data/images/toolbar-dark-theme@2x.png"
      }
    },

    Note: To reverse the mod (if you want to use the light theme again) you can leave the images in the folder but just reverse the changes made to the manifest.json file.

    toolbar-dark-theme.png

    toolbar-dark-theme@2x.png

  4. 3 hours ago, Anshu kumar said:

    Hi Guys,

    We have recently rolled out Enpass beta version with a fix to this issue. Could you please try and see if it helps?

    Cheers!

    Thank you Anshu! It is working again! I've been unable to use it since November I think and am so happy to be able to stop using chrome and firefox again. Thanks to the Enpass team for keeping us secure online!

  5. On ‎2016‎-‎11‎-‎25 at 0:42 PM, VinceMarsters said:

    I am running the latest Windows 10 Insider Preview and have not been able to get the extension to work. I get the option when I right click a username/password entry but nothing happens when I click it (just closes the context menu). This has been the same with the older 5.3.1 beta and the latest 5.4 beta.

    I am having the same issue. After performing some debugging of the extension, it appears the websocket connection is being blocked by Enpass with a 403 error response. It attempts to connect to ws://127.0.0.1:10391 first but is denied, then proceeds to try the next 4 port numbers but fails to connect since Enpass is obviously listening to 10391. Any help with this would be great.

    Also, I have tried disabling the "Verify Browsers" setting which has been known to cause this problem, but it does not help. I also do in fact have the loop back exemption set as well. The extension works fine on the current Production release of Windows 10, but not any of the insider preview builds. This tells me Enpass is not honoring the disabled "Verify Browsers" setting and is rejecting Edge for having a different signature than expected. Would greatly appreciate some help as I'm tired of having to launch Firefox to use the enpass auto-fill feature.

     

    Untitled.png

×
×
  • Create New...