Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. # app/config/config.yml
  2. fos_user:
  3. db_driver: mongodb
  4. firewall_name: main
  5. use_listener: true
  6. class:
  7. model:
  8. user: MyProject\MyBundle\Document\User
  9. form:
  10. user: ~
  11. change_password: ~
  12. reset_password: ~
  13. controller:
  14. user: ~
  15. security: ~
  16. service:
  17. mailer: ~
  18. email_canonicalizer: ~
  19. username_canonicalizer: ~
  20. encoder:
  21. algorithm: ~
  22. encode_as_base64: ~
  23. iterations: ~
  24. form_name:
  25. user: ~
  26. change_password: ~
  27. reset_password: ~
  28. form_validation_groups:
  29. user: ~ # This value is an array of groups
  30. change_password: ~ # This value is an array of groups
  31. reset_password: ~ # This value is an array of groups
  32. email:
  33. from_email: ~ # { admin@example.com: Sender_name }
  34. confirmation:
  35. enabled: ~
  36. template: ~
  37. resetting_password:
  38. template: ~
  39. token_ttl: ~
  40. template:
  41. engine: ~
  42. theme: ~
  43. group:
  44. class:
  45. model: MyProject\MyBundle\Document\Group
  46. controller: ~
  47. form: ~
  48. form_name: ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement