mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-25 00:39:20 +01:00
(refs #1654)Add --validate_password option
This commit is contained in:
@@ -51,6 +51,9 @@ 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