mirror of
https://github.com/bitwarden/server
synced 2026-02-20 19:33:32 +00:00
Enhance seeder allowing for a user-defined password (#7021)
This commit is contained in:
@@ -113,7 +113,7 @@ public class Program
|
||||
var stopwatch = Stopwatch.StartNew();
|
||||
|
||||
Console.WriteLine($"Seeding organization from preset '{args.Preset}'...");
|
||||
var result = recipe.Seed(args.Preset!);
|
||||
var result = recipe.Seed(args.Preset!, args.Password);
|
||||
|
||||
stopwatch.Stop();
|
||||
PrintSeedResult(result, stopwatch.Elapsed);
|
||||
|
||||
Reference in New Issue
Block a user