Skip to content

Commit 3d3626c

Browse files
author
rvdwegen
committed
move words.txt back to root
1 parent a972740 commit 3d3626c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/CIPPCore/Public/GraphHelper/New-passwordString.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function New-passwordString {
1010
$SettingsTable = Get-CippTable -tablename 'Settings'
1111
$PasswordType = (Get-CIPPAzDataTableEntity @SettingsTable).passwordType
1212
if ($PasswordType -eq 'Correct-Battery-Horse') {
13-
$Words = Get-Content .\Resources\words.txt
13+
$Words = Get-Content .\words.txt
1414
(Get-Random -InputObject $words -Count 4) -join '-'
1515
} else {
1616
# Generate a complex password with a maximum of 100 tries
File renamed without changes.

0 commit comments

Comments
 (0)