12 lines
462 B
TOML
12 lines
462 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
[[permission]]
|
|
identifier = "allow-credentials-change-password"
|
|
description = "Enables the credentials_change_password command without any pre-configured scope."
|
|
commands.allow = ["credentials_change_password"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-credentials-change-password"
|
|
description = "Denies the credentials_change_password command without any pre-configured scope."
|
|
commands.deny = ["credentials_change_password"]
|