Skip to content

Commit 999df08

Browse files
authored
Remove Invalid character from DevCheck Password Gen (#4903)
1 parent e4c3de9 commit 999df08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/DevCheck/DevCheck.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ function Repair-DevTestPfx
795795
}
796796
else
797797
{
798-
$charSet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%)'
798+
$charSet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@'
799799
$passwordLength = 20
800800
$password = New-Object -TypeName System.Security.SecureString
801801
# Generate random characters and append to SecureString

0 commit comments

Comments
 (0)