Eugenio Topa
Eugenio Topa
I want to capture an event emitted by a CustomComponent used within the Toast. I don't know like the click of a button. The only solution I can adopt for...
This problem makes it impossible to use it within a form. It is not possible to check whether the content is empty
With the \ character in the bind_format I have an error of invalid YAML. I'll do some tests. If I continue to make mistakes I will post my configuration to...
Works perfectly thx, it also works with anonymous bindings, username and password parameters are superfluous.
This is my configuration, without username and password parameters, and works. ```yaml domains: example: bind_format: "domain\\%%username%%" domain_name: host base_dn: "OU=Example,DC=test,DC=ex,DC=ex,DC=com" servers: ["server_ip"]
sorry for delay. My security config ```yaml security: hide_user_not_found: false encoders: AppBundle\Entity\User: plaintext role_hierarchy: ROLE_ADMIN: [ROLE_USER, ROLE_MODERATOR] ROLE_SUPER_ADMIN: ROLE_ADMIN ROLE_MODERATOR: ROLE_USER providers: fos_userbundle: id: fos_user.user_provider.username in_memory: memory: ~ firewalls: dev:...
Authentication is done by LDAP and then user data loaded from FOSUserBundle table.
I try this configuration for automatic creation of users in DB after login, but doesn't works (with listener class, as in the guide).
I started using this library and it is really interesting and useful. When I tried to build, however I ended up with the problem reported in this issue. I think...
I suggest to install the vue-tsc dependency and try to fix the main errors (not dev or test) given by the command `vue-tsc --build --force` This at least makes it...