mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 02:35:47 +00:00
Set password to mandatory as suggested in issue #287
This commit is contained in:
parent
95110908aa
commit
0230e9c97b
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ function New-SnipeitUser() {
|
|||
[parameter(mandatory = $true)]
|
||||
[string]$username,
|
||||
|
||||
[parameter(mandatory = $true)]
|
||||
[string]$password,
|
||||
|
||||
[bool]$activated = $false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue