Jamieson O'Reilly

Results 15 comments of Jamieson O'Reilly

> Trying changing `https://loopback.modlishka.io/?id=[UUID_identifier]` to `https://loopback.modlishka.io/?ident=[UUID_identifier]` Okay this solves the `UUID` issue. But the problem still remains: 1. User is redirected to : `/accounts/answer/6240232?visit_id=636942149714504307-3824060973&hl=en&rd=1` 2. No `Username` is captured.

My template config is in the previous post. The log output is below: [google_fail.log](https://github.com/drk1wi/Modlishka/files/3212418/google_fail.log)

> Can you send me the output of your terminal after you log in? and can you send me a copy of your template config? Is yours working now?

Interesting observation, the UUID is being injected in COOKIE values before being sent to Google. This does not seem like it is intended functionality. See **44jww-2983ha-fhwhwa** ``` COOKIES ====== Timestamp:...

Is this due to the fact that the encryption keys are not being stored? Maybe just implement functionality to drop these keys locally so they can be re-used when an...