This function changes a PostgreSQL® database user's password.
Important:
When you disable the PostgreSQL role, the system disables this function.
HTTP Request was successful.
object |
whmapi1 --output=jsonpretty \ set_postgresql_password \ user='username' \ password='12345luggage'
{- "metadata": {
- "command": "set_postgresql_password",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}