Extension point loginScreen
Configure the Login Screen : header, footer, styles, openid providers ...
The variable /nuxeo can be used to avoid hardcoding the default application path (/nuxeo)
Contribution Descriptor
Existing Contributions
-
<extension point="loginScreen" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService"> <loginScreenConfig> <videos loop="false"> <video src="//media.nuxeo.com/videos/login_7_10.webm" type="video/webm"/> <video src="//media.nuxeo.com/videos/login_7_10.mp4" type="video/mp4"/> </videos> </loginScreenConfig> </extension>