Open nbarbettini opened 6 years ago
I have two options to fix this issue.
4
based on https://xkcd.com/221/([char[]]([char]33..[char]95) + ([char[]]([char]97..[char]126)) + 0..9 | sort {Get-Random})[0..8] -join ''
based on https://blogs.technet.microsoft.com/undocumentedfeatures/2016/09/20/powershell-random-password-generator/
Instead of hard-coding a password like
NotSecure123!!
, generate a random password for the admin user when seeding the database.