Skip to content

Commit 49b65e9

Browse files
authored
ENG-2326 Enable Password Change Required to be searchable in Elastic/Open Search (#1258)
ENG-2326 Add password change required field to the User Index Problem: The field passwordChangeRequired is not searchable in elastic. Solution: Update the mapping on the User index to have passwordChangeRequired. - Update mapping for Elastic 6 and 7 which can be reapplied on a reindex or when a customer is initially setup.
1 parent 17c5e28 commit 49b65e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/fusionauth/domain/search/UserSearchCriteria.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2025, FusionAuth, All Rights Reserved
2+
* Copyright (c) 2018-2026, FusionAuth, All Rights Reserved
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)