pfn / passifox

Extensions to allow Chrome and Firefox (4.0+) to auto form-fill passwords from KeePass (requires KeePassHttp)
GNU General Public License v3.0
903 stars 185 forks source link

Password fields not being properly filled on ghost blogs #332

Open nlowe opened 9 years ago

nlowe commented 9 years ago

Steps to Reproduce

  1. Follow the documentation to setup a local ghost instance and startup the blog with npm start
  2. Visit the setup page at /ghost and fill out the form information. For the password field, use chromeIpass to generate a password by using the password generator and selecting "Fill In and Copy to Clipboard"
  3. Try to submit the form

    Expected Results

The blog owner account is created with the provided information

Actual Result

A error is displayed in the lower left-hand corner that says "Password must be at least 8 characters long."

image

Mitigating Factors / Workarounds

Manually pasting the password seems to work

Other Information

See TryGhost/ghost#4618 for more details. It appears that the fields aren't being filled in properly, even though they appear to contain characters.

Technical Details

chromeIPass Browser: Chrome 39.0.2171.71 KeePassHttp v1.8.3.0 KeePass v2.25 Occurs on the setup page (/ghost) and when trying to change passwords (/ghost/settings/users/<username>)

adamcooke commented 9 years ago

This really sounds like a bug with the password manager rather than Chrome. I doubt the Ghost devs want to be adding work arounds to fix issues with individual password managers which are unable to correctly populate fields.

Have you submitted this to them to take a look at?