diff --git a/migrations/password.hashes.md b/migrations/password.hashes.md index 71b59f83..44ed83d2 100644 --- a/migrations/password.hashes.md +++ b/migrations/password.hashes.md @@ -10,7 +10,7 @@ Dovecot wiki page Below password schemes are supported in iRedAdmin-Pro (which means you can add new mail user with either one): * Plain text. e.g. `123456` -* MD5. (salted. e.g. `$1$GfHYI7OE$vlXqMZSyJOSPXAmbXHq250` +* MD5 (salted). e.g. `$1$GfHYI7OE$vlXqMZSyJOSPXAmbXHq250`. * PLAIN-MD5 (unsalted MD5). e.g. `0d2bf3c712402f428d48fed691850bfc` * SSHA. e.g. `{SSHA}OuCrqL2yWwQIu8a9uvyOQ5V/ZKfL7LJD` * SSHA512. e.g. `{SSHA512}FxgXDhBVYmTqoboW+ibyyzPv/wGG7y4VJtuHWrx+wfqrs/lIH2Qxn2eA0jygXtBhMvRi7GNFmL++6aAZ0kXpcy1fxag=`