nimforum icon indicating copy to clipboard operation
nimforum copied to clipboard

lastpass doesn't work with nimforum

Open timotheecour opened this issue 5 years ago • 8 comments

nimforum is the only site for which lastpass doesn't work, see: image

even though I have username/pw stored in lastpass for nimforum (hence the "1" instead of "0"), it won't autofill for some reason

timotheecour avatar Sep 07 '18 19:09 timotheecour

Does clicking on that box work? i.e. can LastPass fill it when you prompt it manually?

dom96 avatar Sep 07 '18 20:09 dom96

I tried all possible ways interacting with the UI, none work (lastpass will not autofill) including starting from lastpass and launching nim-forum from there: image

so I have to manually enter username/pw stored in lastpass into the fields. not a huge thing, but still, just wanted to report it. Note that I've never encountered this issue for other sites (and I have a lot with which i use lastpass)

timotheecour avatar Sep 07 '18 21:09 timotheecour

I just tested it and I can click the box and it fills it.

dom96 avatar Sep 07 '18 21:09 dom96

I found the root cause: lastpass > settings > advanced > Warn before filling insecure forms: off (the default) it works: lastpass fills it

lastpass > settings > advanced > Warn before filling insecure forms: on (what I had set, and what works in all websites I'm using with lastpass) it generates, on login, a warning: image

saying: lastpass detected a login form that is insecure. Would you like to continue? (I click ok)

then it won't fill, as described in this issue, and, when I make sure to have developper console on before doing it, it shows in the console:

onloadwff.js:58 Not filling because tld mismatch between https://www.google.com/recaptcha/api2/anchor?ar=1&k= [....] and nim-lang.org console_error @ onloadwff.js:58 fillbest @ onloadwff.js:58 (anonymous) @ onloadwff.js:58 r @ onloadwff.js:58 apply @ onloadwff.js:39 (anonymous) @ onloadwff.js:58 EventImpl.dispatchToListener @ VM3604 extensions::event_bindings:403 publicClassPrototype.(anonymous function) @ VM3610 extensions::utils:138 EventImpl.dispatch_ @ VM3604 extensions::event_bindings:387 EventImpl.dispatch @ VM3604 extensions::event_bindings:409 publicClassPrototype.(anonymous function) @ VM3610 extensions::utils:138 dispatchOnMessage @ VM3611 extensions::messaging:392 onloadwff.js:58

Note: i'm on OSX

so there still is a bug IMO (or perhaps 2 unrelated bugs, idk)

timotheecour avatar Sep 07 '18 21:09 timotheecour

Huh. I wonder why it's seeing the recaptcha there.

On Fri, 7 Sep 2018, 22:39 Timothee Cour, [email protected] wrote:

I found the root cause: lastpass > settings > advanced > Warn before filling insecure forms: off (the default) it works: lastpass fills it

lastpass > settings > advanced > Warn before filling insecure forms: on (what I had set, and what works in all websites I'm using with lastpass) it generates, on login, a warning: [image: image] https://user-images.githubusercontent.com/2194784/45243964-95127780-b2aa-11e8-8723-d6c4b11d7eb0.png

saying: lastpass detected a login form that is insecure. Would you like to continue? (I click ok)

then it won't fill, as described in this issue, and, when I make sure to have developper console on before doing it, it shows:

onloadwff.js:58 Not filling because tld mismatch between https://www.google.com/recaptcha/api2/anchor?ar=1&k= [....] and nim-lang.org console_error @ onloadwff.js:58 fillbest @ onloadwff.js:58 (anonymous) @ onloadwff.js:58 r @ onloadwff.js:58 apply @ onloadwff.js:39 (anonymous) @ onloadwff.js:58 EventImpl.dispatchToListener @ VM3604 extensions::event_bindings:403 publicClassPrototype.(anonymous function) @ VM3610 extensions::utils:138 EventImpl.dispatch_ @ VM3604 extensions::event_bindings:387 EventImpl.dispatch @ VM3604 extensions::event_bindings:409 publicClassPrototype.(anonymous function) @ VM3610 extensions::utils:138 dispatchOnMessage @ VM3611 extensions::messaging:392 onloadwff.js:58

Note: i'm on OSX

so there still is a bug IMO

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nim-lang/nimforum/issues/202#issuecomment-419572928, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPDe8fkyDAOpzYTzcKBhn8FF0BVqhqlks5uYuedgaJpZM4WfXTK .

dom96 avatar Sep 07 '18 21:09 dom96

Could it be because the submit button is outside the form (seems wrong to me)?

rehevkor5 avatar Jan 10 '19 17:01 rehevkor5

This seems to be an issue for lastpass not nimforum issue.

krux02 avatar Jan 10 '19 17:01 krux02

not clear, maybe lastpass does the right thing here.

timotheecour avatar Jan 10 '19 21:01 timotheecour