Passwords should be posted

main
Igor Scheller 8 years ago
parent ec45216899
commit b7ebb05b8e

@ -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;

Loading…
Cancel
Save