From e7972f3cc9ce69b1b9d0d059c57f13e7518ef8b1 Mon Sep 17 00:00:00 2001 From: damienharper Date: Thu, 13 Dec 2018 11:18:05 +0100 Subject: [PATCH] FAQ update --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90f0695f..fb7231aa 100644 --- a/README.md +++ b/README.md @@ -299,9 +299,13 @@ bin/console audit:clean --no-confirm FAQ: ==== -**Q**: I've added an new entity in the config file but it's not audited. +#### I've added an new entity in the config file but it's not audited. -**A**: First check its namespace, then clear your cache and re-run `doctrine:schema:update` or `doctrine:migrations:migrate`. +> First check its namespace, then clear your cache and re-run `doctrine:schema:update` or `doctrine:migrations:migrate`. + +#### I don't use Symfony's `TokenStorage` to manage my users, how do I proceed? + +> Check the [Custom user provider](#custom-user-provider) section. License =======