We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a472e1 commit ff98dc9Copy full SHA for ff98dc9
src/client.rs
@@ -485,8 +485,6 @@ where
485
486
// Authenticate admin user.
487
let (transaction_mode, mut server_parameters) = if admin {
488
-
489
490
// Perform MD5 authentication.
491
// TODO: Add SASL support.
492
let salt = md5_challenge(&mut write).await?;
@@ -531,7 +529,6 @@ where
531
529
}
532
530
};
533
534
535
let config = get_config();
536
537
// Compare server and client hashes.
@@ -622,7 +619,6 @@ where
622
619
623
620
624
621
let password_hash = if let Some(password) = &pool.settings.user.password {
625
626
Some(md5_hash_password(username, password, &salt))
627
} else {
628
if !get_config().is_auth_query_configured() {
0 commit comments