-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: 3.24.0
-
Fix Version/s: None
-
Component/s: Branding / Theme
-
Tags:
-
Story Points:2
Login box in branding configuration is white by default, and hardcoded that way.
An option exists but was removed with NXS-3667 due to a platform bug.
Now that the bug is fixed with NXP-24873 , the option should be available again.
Workaround is to add these lines to a XML extension
<extension target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService" point="loginScreen"> <loginScreenConfig> <loginBoxBackgroundStyle>#fff repeat scroll 0 0</loginBoxBackgroundStyle> </loginScreenConfig> </extension>
AC
- In the Nuxeo Studio branding, the option is exposed for the background color of the login box
- The field is available for TP 8.10 +
- is related to
-
NXS-5660 Login Box configuration screen must expose clearly the loginBoxBackgroundStyle values
- Resolved
-
NXP-24873 login box background color customization does not work
- Resolved
-
NXS-3667 Branding / Login > Clean login box background color field
- Resolved
-
NXS-5965 Ability to customize loginBoxBackgroundStyle in Studio Branding
- Resolved