forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit31c5409
committed
Remove bogus notice that older clients might not work with MD5 passwords.
That was written when we still had "crypt" authentication, and it wasreferring to the fact that an older client might support "crypt"authentication but not "md5". But we haven't supported "crypt" for years.(As soon as we add a new authentication mechanism that doesn't work withMD5 hashes, we'll need a similar notice again. But this text as it's wordednow is just wrong.)Backpatch to all supported versions.Discussion:https://www.postgresql.org/message-id/9a7263eb-0980-2072-4424-440bb2513dc7@iki.fi1 parentde41869 commit31c5409
1 file changed
+0
-6
lines changedLines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 | 238 |
| |
245 | 239 |
| |
246 | 240 |
| |
|
0 commit comments
Comments
(0)