Arjan Frans
Arjan Frans
This is was I did: ``` authentication = provider.user_authentications.where(uid: auth_params.uid).first existing_user = current_user || (authentication.nil? ? nil : User.where(id: authentication.user_id).first) ``` This basically checks if there is a UserAuthentication record...
Yes you are right, I changed it.
That is the downside of using Twitter as an authentication provider. Instead of directly creating the user, redirect to the registration form where they can fill in their e-mail. Information...
Take a look at the `sylius/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php` class. It automatically overrides the cache headers if there is a session. You can disable it by creating a custom response listener that sets...
This is currently blocking me from using maildev, can this please get merged?
I'd like to see this in this package too. I actually have an implementation for this. I'll see if it can be easily integrated and make a merge request.
Our pipeline are blocked because of this
@cen1 Worked for me too
I just build it myself, that worked. A new release must be created with this version. A PR won't really solve this, since the master branch has elasticsearch 5.x.x.
I am experiencing the same problem after updating.