diff --git a/common/src/main/java/org/keycloak/common/Profile.java b/common/src/main/java/org/keycloak/common/Profile.java index 33ce56b956..8f2f7c2942 100755 --- a/common/src/main/java/org/keycloak/common/Profile.java +++ b/common/src/main/java/org/keycloak/common/Profile.java @@ -44,8 +44,8 @@ public class Profile { AUTHORIZATION("Authorization Service", Type.DEFAULT), ACCOUNT_API("Account Management REST API", Type.DEFAULT), - ACCOUNT2("Account Management Console", Type.DEFAULT, Feature.ACCOUNT_API), - ACCOUNT3("New Account Management Console", Type.EXPERIMENTAL, Feature.ACCOUNT_API), + ACCOUNT2("Account Management Console version 2", Type.DEFAULT, Feature.ACCOUNT_API), + ACCOUNT3("Account Management Console version 3", Type.EXPERIMENTAL, Feature.ACCOUNT_API), ADMIN_FINE_GRAINED_AUTHZ("Fine-Grained Admin Permissions", Type.PREVIEW), diff --git a/docs/documentation/release_notes/topics/21_1_0.adoc b/docs/documentation/release_notes/topics/21_1_0.adoc index 34867563ca..3566db9277 100644 --- a/docs/documentation/release_notes/topics/21_1_0.adoc +++ b/docs/documentation/release_notes/topics/21_1_0.adoc @@ -2,9 +2,9 @@ FIPS 140-2 support in Keycloak, which was preview in the previous release, is now promoted to be officially supported. -= Experimental new Account Console += Experimental Account Console version 3 -The Account Console Version 3 is now available as an experimental feature in Keycloak. This version supports custom fields created with User Profile. If you are looking to try it out and provide us with some early feedback you can enable it as follows: +The Account Console version 3 is now available as an experimental feature in Keycloak. This version supports custom fields created with the 'User Profile' feature. If you are looking to try it out and provide us with some early feedback you can enable it as follows: ``` bin/kc.sh start-dev --features=account3