We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a972740 commit 3d3626cCopy full SHA for 3d3626c
2 files changed
Modules/CIPPCore/Public/GraphHelper/New-passwordString.ps1
@@ -10,7 +10,7 @@ function New-passwordString {
10
$SettingsTable = Get-CippTable -tablename 'Settings'
11
$PasswordType = (Get-CIPPAzDataTableEntity @SettingsTable).passwordType
12
if ($PasswordType -eq 'Correct-Battery-Horse') {
13
- $Words = Get-Content .\Resources\words.txt
+ $Words = Get-Content .\words.txt
14
(Get-Random -InputObject $words -Count 4) -join '-'
15
} else {
16
# Generate a complex password with a maximum of 100 tries
Resources/words.txt words.txtResources/words.txt renamed to words.txt
0 commit comments