Files
Jeremy Evans 60f454b503 Fix multiple issues with PostgreSQL superuser password change error handling
If there is an error in changing the PostgreSQL superuser password,
the following issues occurred:

* The error wasn't shown correctly, since the validation code used the
  "original_password" field name instead of "password"

* Fixing the above caused the error to be shown both for the metric
  destination password and the superuser password (changed input name
  of metric destination password to "metric-destination-password" to
  fix this).

* Errors with the password not matching are shown for the "password"
  input, instead of the "repeat_password" input.
2025-01-14 09:04:22 -08:00
..
2024-12-18 11:04:28 -08:00
2024-12-03 12:07:28 -08:00
2024-12-13 10:04:54 +03:00