You are here

public function ForcePasswordChangeServiceInterface::removePendingForce in Force Password Change 2.0.x

Same name and namespace in other branches
  1. 8 src/Service/ForcePasswordChangeServiceInterface.php \Drupal\force_password_change\Service\ForcePasswordChangeServiceInterface::removePendingForce()

Remove a pending force for a given user.

Parameters

int $uid: The User ID of the user whose pending password force should be removed.

1 method overrides ForcePasswordChangeServiceInterface::removePendingForce()
ForcePasswordChangeService::removePendingForce in src/Service/ForcePasswordChangeService.php
Remove a pending force for a given user.

File

src/Service/ForcePasswordChangeServiceInterface.php, line 170

Class

ForcePasswordChangeServiceInterface

Namespace

Drupal\force_password_change\Service

Code

public function removePendingForce($uid);