diff --git a/x-pack/plugins/security/common/constants.js b/x-pack/plugins/security/common/constants.js index a62085787cd47..bc74ebb4bfeec 100644 --- a/x-pack/plugins/security/common/constants.js +++ b/x-pack/plugins/security/common/constants.js @@ -6,3 +6,4 @@ export const GLOBAL_RESOURCE = '*'; export const IGNORED_TYPES = ['space']; +export const REALMS_ELIGIBLE_FOR_PASSWORD_CHANGE = ['reserved', 'native']; \ No newline at end of file diff --git a/x-pack/plugins/security/public/views/account/account.html b/x-pack/plugins/security/public/views/account/account.html index 5df3ded202600..f56921a3d50f8 100644 --- a/x-pack/plugins/security/public/views/account/account.html +++ b/x-pack/plugins/security/public/views/account/account.html @@ -52,7 +52,14 @@ +
+ +
+

+
+
{ $scope.user.newPassword = newPassword; if (currentPassword) {