ttyridal / masterpassword-firefox

masterpassword for Firefox
GNU General Public License v3.0
33 stars 9 forks source link

add password verify field #12

Closed johanneslotz closed 9 years ago

johanneslotz commented 9 years ago

After beeing annoyed by myself typing the password wrong and not realizing it, I added a verification password (mpw(".",0,"n")) that is always displayed after logging in.

Maybe someone finds this useful.

johanneslotz commented 9 years ago

sorry, "typo" in commit message

ttyridal commented 9 years ago

Cool. The visual clue in this is a string you'll recognize, right? I'd like to change line 64 in main_popup.js, replacing the ';' with a ',' such that verify_pass remains a local scoped variable (there's no 'var' in front of it now).

cheers

johanneslotz commented 9 years ago

Sounds good, I was just too slow making these changes. Thanks for your work on these plugins!