You are here

public function ForcePasswordChangeService::forceUserPasswordChange in Force Password Change 8

Same name and namespace in other branches
  1. 2.0.x src/Service/ForcePasswordChangeService.php \Drupal\force_password_change\Service\ForcePasswordChangeService::forceUserPasswordChange()

*

Overrides ForcePasswordChangeServiceInterface::forceUserPasswordChange

1 call to ForcePasswordChangeService::forceUserPasswordChange()
ForcePasswordChangeService::forceUsersPasswordChange in src/Service/ForcePasswordChangeService.php
*

File

src/Service/ForcePasswordChangeService.php, line 81

Class

ForcePasswordChangeService

Namespace

Drupal\force_password_change\Service

Code

public function forceUserPasswordChange($uid) {
  $this->userData
    ->set('force_password_change', $uid, 'pending_force', 1);
}