Passwords should be posted
This commit is contained in:
parent
ec45216899
commit
b7ebb05b8e
|
@ -68,7 +68,7 @@ function user_delete_controller()
|
|||
if (
|
||||
!(
|
||||
$request->has('password')
|
||||
&& verify_password($request->input('password'), $user['Passwort'], $user['UID'])
|
||||
&& verify_password($request->post('password'), $user['Passwort'], $user['UID'])
|
||||
)
|
||||
) {
|
||||
$valid = false;
|
||||
|
|
Loading…
Reference in New Issue