Skip to content

Commit cf013d1

Browse files
authored
Update migration.md
1 parent ffdc7dc commit cf013d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/setup/migration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Follow the instructions in the [installation guide](installation.md) to install
4545
Synapse uses bcrypt as its password hashing scheme while MAS defaults to using the newer argon2id.
4646
You will have to configure the version 1 scheme as bcrypt for migrated passwords to work.
4747
It is also recommended that you keep argon2id as version 2 so that once users log in, their hashes will be updated to the newer recommended scheme.
48+
If you have set a pepper in the Synapses password_config section of your homeserver.yaml then you need to specify this pepper as the secret field for your bcrypt scheme. Otherwise logins with the correct Password will fail.
4849

4950
Example passwords configuration:
5051
```yml

0 commit comments

Comments
 (0)