Bert Oost

Results 76 comments of Bert Oost

By default it should be in the `storage/` folder somewhere and configurable if you already have FA included for the frontend website (or something like that)

+1 not sure if it's mentioned, but different templates for both notifications would be nice too. The submitter can receive a formatted notification and the site-admin will receive just some...

@mhnrm This is also my problem. We're using AD's group structure in our application to give the user the right permissions (roles). When a session is expired, I would like...

@mhnrm Is this still working with FOSUserBundle? Since my provider-chain is configured to use that as first... ``` chain_provider: chain: providers: [fos_userbundle, fr3d_ldapbundle] ... ``` When the user is found...

@mhnrm Sounds good! Started to get it implemented an tested.. But one question; you're doing $user->setEmail(...) etc. in your provider-chain loop.. I do a lot more inside the Hydrator; like...

@mhnrm Yeah I understand. Was just wondering if there isn't an easier way.. Because I need to set some attributes on the user itself, the profile record needs to be...

Yes I did. In my user bundle services.yml (which is configured to be child of FOSUserBundle)..

My user bundle is already loaded after FOS and after the FR3D bundle. Moving it to the app/config/services.yml doesn't work either. It seems the authentication provider is not being triggered...

For this I need to share some application details; I am working on an internal web application, where the authentication is arranged with the REMOTE_USER as per CookBook and a...

Still think it should work the same. I tried to override the supports() method but nothing changed. It's hard to debug if the process is passing the custom provider or...