public function ForcePasswordChangeService::registerForcePasswordTime in Force Password Change 8
Same name and namespace in other branches
- 2.0.x src/Service/ForcePasswordChangeService.php \Drupal\force_password_change\Service\ForcePasswordChangeService::registerForcePasswordTime()
*
Overrides ForcePasswordChangeServiceInterface::registerForcePasswordTime
1 call to ForcePasswordChangeService::registerForcePasswordTime()
File
- src/
Service/ ForcePasswordChangeService.php, line 89
Class
Namespace
Drupal\force_password_change\ServiceCode
public function registerForcePasswordTime($uid) {
$this->userData
->set('force_password_change', $uid, 'last_force', $this
->getRequestTime());
}