fix(core): Require current password on password change (#285)

Increase security by requiring the current password when changing the
password. This increases the security for cases such as XSS, or just a
forgotten browser window left open.

Fixes #4140
This commit is contained in:
Nicolas
2020-07-27 10:12:22 -04:00
committed by GitHub
parent 03d8ed5e92
commit 2300fe8aab
6 changed files with 27 additions and 17 deletions
@@ -238,6 +238,7 @@
"Additional Parameters" = "Additional Parameters";
/* password */
"Current password" = "Current password";
"New password" = "New password";
"Confirmation" = "Confirmation";
"Change" = "Change";
@@ -233,6 +233,7 @@
"Additional Parameters" = "Zusätzliche Einstellungen";
/* password */
"Current password" = "Aktuelles Passwort";
"New password" = "Neues Passwort";
"Confirmation" = "Bestätigung";
"Change" = "Ändern";