Drop password validation (#2439)

This commit is contained in:
Naoki Takezoe
2020-04-11 10:58:28 +09:00
committed by GitHub
parent 7d1ad4ce66
commit 2cb7ecd851
4 changed files with 4 additions and 22 deletions

View File

@@ -50,9 +50,6 @@ public class JettyLauncher {
case "--plugin_dir":
System.setProperty("gitbucket.pluginDir", dim[1]);
break;
case "--validate_password":
System.setProperty("gitbucket.validate.password", dim[1]);
break;
}
}
}