Fixes for migration add accounts script
This commit is contained in:
@@ -49,7 +49,7 @@ foreach ($row in $rows) {
|
||||
"@type" = "User"
|
||||
name = $localPart
|
||||
domainId = "#dom"
|
||||
credentials = @{ "pw" = @{ "@type" = "Password"; secret = $row.new_password } }
|
||||
credentials = @{ "0" = @{ "@type" = "Password"; secret = $row.new_password } }
|
||||
memberGroupIds = @{}
|
||||
roles = @{ "@type" = "User" }
|
||||
permissions = @{ "@type" = "Inherit" }
|
||||
|
||||
Reference in New Issue
Block a user