Skip to content

Commit 7e4e3b0

Browse files
committed
settings: passdb_default_password_scheme - Default changes from PLAIN to CRYPT
1 parent 9ab3a3a commit 7e4e3b0

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

data/settings.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9464,9 +9464,13 @@ If yes, import all fields returned by the passdb lookup. If no, require
94649464
tags: [ 'passdb' ],
94659465
values: setting_types.STRING,
94669466
default: {
9467-
value: 'PLAIN',
9467+
value: 'CRYPT',
94689468
text: 'specific [[link,passdb]] have different defaults',
94699469
},
9470+
changed: {
9471+
settings_passdb_default_password_scheme_changed: `
9472+
Changed from \`PLAIN\` to \`CRYPT\`.`
9473+
},
94709474
text: `
94719475
The scheme that passwords are in the passdb, unless overridden by the passdb
94729476
entry (typically by prefixing with \`{SCHEME}\`).`

data/updates.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export const updates = {
156156
settings_mailbox_directory_name_legacy_deprecated: '2.4.2',
157157
settings_mailbox_special_use_changed: '2.4.0',
158158
settings_metric_fields_changed: '2.4.0',
159+
settings_passdb_default_password_scheme_changed: '2.4.3',
159160
settings_passdb_mechanisms_filter_added: '2.4.0',
160161
settings_passdb_static_password_added: '2.4.0',
161162
settings_ssl_client_ca_added: '2.4.0',

docs/installation/upgrade/2.4-to-2.4.x.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ changed to `2.4.3`.
5353
| ------- | ----------------- | ----------------- |
5454
| [[setting,lazy_expunge_only_last_instance]] | `no` | `yes` |
5555
| [[setting,mail_access_groups]] | | [[setting,default_internal_group]] |
56+
| [[setting,passdb_default_password_scheme]] | `PLAIN` | `CRYPT` |
5657
| `service/doveadm/service_extra_groups` | [[setting,default_internal_group]] | |
5758
| `service/imap/service_extra_groups` | [[setting,default_internal_group]] | |
5859
| `service/imap-urlauth-worker/service_extra_groups` | [[setting,default_internal_group]] | |

0 commit comments

Comments
 (0)