You are here

public function ForcePasswordChangeServiceInterface::forceUsersPasswordChange 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::forceUsersPasswordChange()

Force a password change for the given users.

Parameters

array $uids: An array of User IDs for users who should be forced to change their password.

1 method overrides ForcePasswordChangeServiceInterface::forceUsersPasswordChange()
ForcePasswordChangeService::forceUsersPasswordChange in src/Service/ForcePasswordChangeService.php
Force a password change for the given users.

File

src/Service/ForcePasswordChangeServiceInterface.php, line 17

Class

ForcePasswordChangeServiceInterface

Namespace

Drupal\force_password_change\Service

Code

public function forceUsersPasswordChange(array $uids = []);