David Gruseck
David Gruseck
Hi, I'm trying to configure the softdeletable feature for my odm document. My configuration looks like this: config.yml ``` doctrine_mongodb: connections: default: ... document_managers: default: filters: softdeleteable: class: Gedmo\SoftDeleteable\Filter\ODM\SoftDeleteableFilter enabled:...
Hi, I have two users A and B. They are defined in the config.yml under the pugx_multi_user: users: section. But the remember_me functionality only works for the first user defined....