add password change route

This commit is contained in:
2023-11-09 18:57:52 +00:00
parent 3668cb0445
commit 0c7b0309c7
3 changed files with 35 additions and 0 deletions

View File

@@ -1,4 +1,12 @@
{
"static": {
"types": {
"auth": {
"pve": "pve",
"ldap": "ldap"
}
}
},
"global": {
"application": {
"pveAPI": "https://pve.mydomain.example/api2/json",