Skip to content

Commit 06f8aa8

Browse files
Merge branch 'v3.x/staging' into feature/disable-bundled-apps
2 parents abcaf12 + 8cc2a4e commit 06f8aa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

defaults/serverConfig/defaults.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ components:
171171
groupsDir: ${{ components['app-server'].instanceDir }}/groups
172172
usersDir: ${{ components['app-server'].instanceDir }}/users
173173
pluginsDir: ${{ components['app-server'].instanceDir }}/plugins
174+
enablePasswordChange: true
174175
dataserviceAuthentication:
175176
# this specifies the default authentication type for dataservices that didn't specify which type to use. These dataservices therefore should not expect a particular type of authentication to be used.
176177
defaultAuthentication: "${{ function a(){ if ((components.zss?.enabled == true) || (components.apiml?.enabled == true) || (components.gateway?.enabled == true)) { return 'saf'; } else { return 'fallback'; } }; a() }}"

0 commit comments

Comments
 (0)