You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
497 B

  1. # config/packages/user.yaml
  2. pd_user:
  3. user_class: App\Entity\User
  4. #profile_class: App\Entity\Profile
  5. group_class: App\Entity\Group
  6. default_group: ''
  7. login_redirect: 'home'
  8. email_confirmation: true
  9. welcome_email: true
  10. user_registration: true
  11. #template_path: '@Admin/Auth'
  12. resetting_request_time: 7200
  13. mail_sender_address: 'example@example.com'
  14. mail_sender_name: 'pdUser'
  15. active_language: ['es', 'en']
  16. register_type: ''
  17. resetting_type: ''