We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d199f commit e2c6bb2Copy full SHA for e2c6bb2
AppHandling/Run-AlPipeline.ps1
@@ -668,7 +668,7 @@ if ($credential) {
668
}
669
else {
670
$password = GetRandomPassword
671
- Write-Host "admin/$password"
+ Write-Host "Username: admin, Password: ***"
672
$credential= (New-Object pscredential 'admin', (ConvertTo-SecureString -String $password -AsPlainText -Force))
673
674
Write-Host -NoNewLine -ForegroundColor Yellow "CompanyName "; Write-Host $companyName
0 commit comments