...
| Code Block | ||
|---|---|---|
| ||
exponential:
system:
my_siteaccess:
user:
layout: "AcmeTestBundle::layout.html.twig"
login_template: "AcmeTestBundle:User:login.html.twig" |
Redirection after login
By default, Symfony redirects to the URI configured in security.yml as default_target_path. If not set, it will default to /.
This setting can be set by SiteAccess, via default_page setting.
Configuration
To use Symfony authentication with Exponential, the configuration goes as follows:
...