mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
@@ -1143,7 +1143,6 @@ impl Connection {
|
||||
}
|
||||
|
||||
fn validate_password(&mut self) -> bool {
|
||||
return true;
|
||||
if password::temporary_enabled() {
|
||||
let password = password::temporary_password();
|
||||
if self.validate_one_password(password.clone()) {
|
||||
|
||||
Reference in New Issue
Block a user