You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we just integrated CCDNUserSecurityBundle into a legacy application where we do not yet use the FOSUserBundle, nor do we have a (doctrine) entity for our user class.
So we where stuck a bit, because we did not now, what value we could provide for this configuration key:
After greping through the code we came to the conclusion that this configuration value is never used. So we left the example value in there and everything worked fine.
Is it right, that this configuration key should be removed from CCDNUserSecurityBundle
The text was updated successfully, but these errors were encountered:
thank you for replying, but have you tried to grep for this string yourself? There's only this line in DependencyInjection/CCDNUserSecurityExtension.php:
Hi,
we just integrated CCDNUserSecurityBundle into a legacy application where we do not yet use the FOSUserBundle, nor do we have a (doctrine) entity for our user class.
So we where stuck a bit, because we did not now, what value we could provide for this configuration key:
After greping through the code we came to the conclusion that this configuration value is never used. So we left the example value in there and everything worked fine.
Is it right, that this configuration key should be removed from CCDNUserSecurityBundle
The text was updated successfully, but these errors were encountered: