mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Undo accidental code addition
Rollback an accidental change that sneaked into commit daee20c
(Require
current password when setting a new one, 2020-01-30).
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
d0e5c3db69
commit
f090896fa1
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ function process_account_form($TYPE,$A,$U="",$T="",$S="",$E="",$H="",$PO="",$P="
|
||||||
|
|
||||||
if(isset($_COOKIE['AURSID'])) {
|
if(isset($_COOKIE['AURSID'])) {
|
||||||
$editor_user = uid_from_sid($_COOKIE['AURSID']);
|
$editor_user = uid_from_sid($_COOKIE['AURSID']);
|
||||||
$row = account_details(in_request("ID"), in_request("U"));
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$editor_user = null;
|
$editor_user = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue