Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have made my custom user provider

i have this in security.yml

# app/config/security.yml
security:
    # ...
    providers:
        administrators:
            entity: { class: AcmeUserBundle:User }
    # ...

My Class for provider is UserRepository but i could not find what do i have to write in services.yml file

share|improve this question
Long live YAML pushups...? – Ignacio Vazquez-Abrams Jul 17 '12 at 2:46

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.