Passwords should be posted

This commit is contained in:
Igor Scheller 2017-07-20 01:03:59 +02:00
parent ec45216899
commit b7ebb05b8e
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ function user_delete_controller()
if ( if (
!( !(
$request->has('password') $request->has('password')
&& verify_password($request->input('password'), $user['Passwort'], $user['UID']) && verify_password($request->post('password'), $user['Passwort'], $user['UID'])
) )
) { ) {
$valid = false; $valid = false;