You are here

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

* Register the time at which a user has been forced to change * their password. * *

Parameters

int $uid: * The User ID for the user who has had a password change forced.

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

File

src/Service/ForcePasswordChangeServiceInterface.php, line 32

Class

ForcePasswordChangeServiceInterface

Namespace

Drupal\force_password_change\Service

Code

public function registerForcePasswordTime($uid);