Closed Ghost-Sailor closed 6 years ago
You have a public API key in src/util/mod.rs
let body = serde_urlencoded::to_string([ ("apiUser", "rustcc"), ("apiKey", "Cb2HNnzRBRGq6QLa"), ("templateInvokeName", "reset_password"), ("xsmtpapi", &xsmtpapi.to_string()), ("from", "admin@rust.cc"), ("fromName", "Admin"), ("subject", "重置密码"),
Leaks your apiKey and where to use it.
We'll fix it soon.
You have a public API key in src/util/mod.rs
Leaks your apiKey and where to use it.