summaryrefslogtreecommitdiffstats
path: root/web/html/register.php
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2020-01-30 14:00:07 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2020-01-30 14:05:24 +0100
commitdef2787b45275de2b8dfab0ece87f35ea280567b (patch)
treefd04ae7c32892203e3712245a11225c99a2f9365 /web/html/register.php
parent8fc8898fef39af20a24c9928464fd8420481d819 (diff)
downloadaur-def2787b45275de2b8dfab0ece87f35ea280567b.tar.gz
aur-def2787b45275de2b8dfab0ece87f35ea280567b.tar.xz
Require password when changing account information
Since commits daee20c (Require current password when setting a new one, 2020-01-30) and 8fc8898 (Require password when deleting an account, 2020-01-30), changing a password and deleting an account require the current password. Extend this to all other profile changes. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/register.php')
-rw-r--r--web/html/register.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/register.php b/web/html/register.php
index 8174e342..610befc4 100644
--- a/web/html/register.php
+++ b/web/html/register.php
@@ -26,7 +26,6 @@ if (in_request("Action") == "NewAccount") {
in_request("H"),
'',
'',
- '',
in_request("R"),
in_request("L"),
in_request("TZ"),
@@ -40,6 +39,7 @@ if (in_request("Action") == "NewAccount") {
in_request("ON"),
0,
"",
+ '',
in_request("captcha_salt"),
in_request("captcha"),
);
@@ -55,7 +55,6 @@ if (in_request("Action") == "NewAccount") {
in_request("H"),
'',
'',
- '',
in_request("R"),
in_request("L"),
in_request("TZ"),
@@ -69,6 +68,7 @@ if (in_request("Action") == "NewAccount") {
in_request("ON"),
0,
"",
+ '',
in_request("captcha_salt"),
in_request("captcha")
);