You are here

public function ForcePasswordChangeServiceInterface::forceUsersPasswordChange in Force Password Change 8

Same name and namespace in other branches
  1. 2.0.x 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
*

File

src/Service/ForcePasswordChangeServiceInterface.php, line 14

Class

ForcePasswordChangeServiceInterface

Namespace

Drupal\force_password_change\Service

Code

public function forceUsersPasswordChange($uids = []);