risingwave_frontend::user::user_authentication

Function encrypt_default

source
fn encrypt_default(name: &str, password: &str) -> AuthInfo
Expand description

Encrypt the password with MD5 as default.