Message-ID: <1702750027.2980.1485851496185.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_2979_1693842239.1485851496185" ------=_Part_2979_1693842239.1485851496185 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html
To get an overview of EzPublishCoreBundle's configuration, run the follo= wing command-line script:
php app/console config:dump-reference ezpublish=20
Default page is the default page to show or redirect to.
If set, it will be used for default redirection after user login, overri=
ding Symfony's default_target_path
, giving the opportunit=
y to configure it by siteaccess.
ezpublish: system: ezdemo_site: default_page: "/Getting-Started" ezdemo_site_admin: # For admin, redirect to dashboard after login. default_page: "/content/dashboard"=20
This setting does not change anything to Symfony behavior=
strong> regarding redirection after login. If set, it will only substi=
tute the value set for default_target_path
. It is therefo=
re still possible to specify a custom target path using a dedicated form pa=
rameter.
Order of precedence is not modified.