4ad462fbd3
Closes #34467 Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
18 lines
1.2 KiB
Text
18 lines
1.2 KiB
Text
= Dark mode enabled for the welcome theme
|
|
|
|
We've now enabled dark mode support for all the `keycloak` themes. This feature was previously present in the admin console, account console and login, and is now also available in the welcome page. If a user indicates their preference through an operating system setting (e.g. light or dark mode) or a user agent setting, the theme will automatically follow these preferences.
|
|
|
|
If you are using a custom theme that extends any of the `keycloak` themes and are not yet ready to support dark mode, or have styling conflicts that prevent you from implementing dark mode, you can disable support by adding the following property to your theme:
|
|
|
|
[source,properties]
|
|
----
|
|
darkMode=false
|
|
----
|
|
|
|
= LDAP users are created as enabled by default when using Microsoft Active Directory
|
|
|
|
If you are using Microsoft AD and creating users through the administrative interfaces, the user will created as enabled by default.
|
|
|
|
In previous versions, it was only possible to update the user status after setting a (non-temporary) password to the user.
|
|
This behavior was not consistent with other built-in user storages as well as not consistent with others LDAP vendors supported
|
|
by the LDAP provider.
|