You are here

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

* Set the last time a user's password was changed to the current timestamp. * *

Parameters

int $uid: * The User ID of the user whose last password time change should be registered.

1 method overrides ForcePasswordChangeServiceInterface::setChangedTimeForUser()
ForcePasswordChangeService::setChangedTimeForUser in src/Service/ForcePasswordChangeService.php
*

File

src/Service/ForcePasswordChangeServiceInterface.php, line 154

Class

ForcePasswordChangeServiceInterface

Namespace

Drupal\force_password_change\Service

Code

public function setChangedTimeForUser($uid);