Set password to mandatory as suggested in issue #287

This commit is contained in:
Frank Geisler 2023-06-29 11:04:51 +02:00
parent 95110908aa
commit 0230e9c97b

View file

@ -86,6 +86,7 @@ function New-SnipeitUser() {
[parameter(mandatory = $true)]
[string]$username,
[parameter(mandatory = $true)]
[string]$password,
[bool]$activated = $false,