add password change route

This commit is contained in:
Arthur Lu
2023-11-09 18:57:52 +00:00
parent eb71f57427
commit 5989d86ef8
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",