mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-02-24 15:30:58 +01:00
Drop password validation (#2439)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user